fix(DB/Loot): Remove skinning loot from several Buzzard type mobs (#15908)
This commit is contained in:
parent
c95dc32499
commit
110897c095
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
-- Remove skinning loot from Buzzard creatures
|
||||
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (5982, 5983, 5436, 7376);
|
||||
DELETE FROM `skinning_loot_template` WHERE `Entry` IN (5982, 5983);
|
||||
Loading…
Add table
Add a link
Reference in a new issue