DB: Remove skinloot from Critters

By @tkrokli
Closes #15871
This commit is contained in:
Killyana
2015-11-23 19:10:44 +01:00
parent 2cecc7b1f7
commit 659428f636

View File

@@ -0,0 +1,3 @@
UPDATE `creature_template` SET `skinloot` = 0 WHERE `entry` IN (721,883,890,1933,2098,2442,2620,4166,5951,10780,12296,12297,12298,12299,17467);
-- Remove unreferenced skinning_loot_template entries because of this update:
DELETE FROM `skinning_loot_template` WHERE `Entry` IN (1933,12299,100000);