diff options
author | zxbiohazardzx <zxbiohazardzx@gmail.com> | 2011-11-14 00:25:30 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-11-14 00:25:30 +0100 |
commit | 96ba9ced9da09573754ed66e7f6058748b1caec9 (patch) | |
tree | f6f3accef65805d25f6f950ced96dab736f6869b | |
parent | 7dec496e1844297aab9bbc44ebf33f65e9492667 (diff) |
DB/Loot: Add Jormungar Egg Sac to Deep Jormungar
fixes #3625
-rw-r--r-- | sql/updates/world/2011_11_13_05_world_creature_loot_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_13_05_world_creature_loot_template.sql b/sql/updates/world/2011_11_13_05_world_creature_loot_template.sql new file mode 100644 index 00000000000..722027bd343 --- /dev/null +++ b/sql/updates/world/2011_11_13_05_world_creature_loot_template.sql @@ -0,0 +1,4 @@ +-- Add Jormungar Egg Sac on Deep Jormungar +DELETE FROM `creature_loot_template` WHERE `entry`=34920 AND `item`=46889; +INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(34920,46889,-100,1,0,1,1); -- Jormungar Egg Sac |