diff options
-rw-r--r-- | sql/updates/world/2012_06_02_03_creature_loot_template_hp.sql | 2 | ||||
-rw-r--r-- | sql/updates/world/2012_06_02_03_creature_loot_template_zm.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2012_06_02_03_creature_loot_template_hp.sql b/sql/updates/world/2012_06_02_03_creature_loot_template_hp.sql index 8a0496d88f6..cd6015929b1 100644 --- a/sql/updates/world/2012_06_02_03_creature_loot_template_hp.sql +++ b/sql/updates/world/2012_06_02_03_creature_loot_template_hp.sql @@ -1129,4 +1129,4 @@ INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`loot (18975,2,90,1,0,-6000,1); -- Generic HellfirePeninsula Loot UPDATE `creature_template` SET `lootid`=`entry` WHERE `entry` IN (26222,26223); -DELETE FROM `reference_loot_template` WHERE `entry`=34081;
\ No newline at end of file +DELETE FROM `reference_loot_template` WHERE `entry`=34081; diff --git a/sql/updates/world/2012_06_02_03_creature_loot_template_zm.sql b/sql/updates/world/2012_06_02_03_creature_loot_template_zm.sql index d5130caf8cb..e739f81407b 100644 --- a/sql/updates/world/2012_06_02_03_creature_loot_template_zm.sql +++ b/sql/updates/world/2012_06_02_03_creature_loot_template_zm.sql @@ -899,4 +899,4 @@ INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`loot (20387,25454,20,1,1,1,1), -- Luminescent Globe (20387,27676,50,1,0,1,1), -- Strange Spores (20387,24401,26,1,0,1,1), -- Unidentified Plant Parts -(20387,1,90,1,0,-6000,1); -- Generic HellfirePeninsula Loot (YES FOR ZM)
\ No newline at end of file +(20387,1,90,1,0,-6000,1); -- Generic HellfirePeninsula Loot (YES FOR ZM) |