mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Loot: Add missing loot templates for some creatures in naxx25
remove scraps from naxx10 Closes # 2776
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user