fix(DB/creature_loot): Remove wotlk skinning items from creature loot tables (#22645)

This commit is contained in:
Christian M 2025-08-10 15:06:57 -04:00 committed by GitHub
parent 72d3db08e5
commit 5b36ba898e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;