DB/Loot: Add missing loot templates for some creatures in naxx25

remove scraps from naxx10
Closes # 2776
This commit is contained in:
Gecko32
2012-04-19 10:38:14 +02:00
committed by ZxBiohazardZx
parent ccb211374e
commit 584161bc6d

View File

@@ -0,0 +1,7 @@
-- update Plague Slime & Marauding Geist to naxx25 trash lootid
UPDATE `creature_template` SET `lootid`=100005 WHERE `entry` IN(29575,30424);
-- update Plague Slime & Marauding Geist to naxx10 trash lootid
UPDATE `creature_template` SET `lootid`=100003 WHERE `entry` IN(16243,30083);
DELETE FROM `creature_loot_template` WHERE `entry` IN(30424,29575,16243,30083);
-- Remove scraps for naxx10 from creature creature_loot_template
DELETE FROM `creature_loot_template` WHERE `item` IN (22373,22374,22375,22376);