fix(DB/creature_loot): Remove wotlk skinning items from creature loot tables (#22645)
This commit is contained in:
parent
72d3db08e5
commit
5b36ba898e
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
-- Delete Nerubian Chitin, Borean Leather, and Arctic Fur from loot table from various creatures in WotLK
|
||||
DELETE from `creature_loot_template` WHERE `item` = 33568;
|
||||
DELETE from `creature_loot_template` WHERE `item` = 44128;
|
||||
DELETE from `creature_loot_template` WHERE `item` = 38558;
|
||||
Loading…
Add table
Add a link
Reference in a new issue