mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/creature_loot): Remove wotlk skinning items from creature loot tables (#22645)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user