diff options
| author | wintergreen77 <wintergreen77@trinity.contrib> | 2013-04-20 09:50:13 +0200 |
|---|---|---|
| committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2013-04-20 09:50:13 +0200 |
| commit | 888f8f7a8a17d58a46968bdc169f4a25a0fef4ab (patch) | |
| tree | 36d03c4ba6c30517694cd31391095827c8073d39 | |
| parent | 353b82c48b65e53ec1637e4dc25765725da32914 (diff) | |
DB/Loot: Insert Frozen Orb into The Prophet Tharon'ja's loot template
Closes #9605
| -rw-r--r-- | sql/updates/world/2013_04_20_00_world_creature_loot_template.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_04_20_00_world_creature_loot_template.sql b/sql/updates/world/2013_04_20_00_world_creature_loot_template.sql new file mode 100644 index 00000000000..70bb2735f90 --- /dev/null +++ b/sql/updates/world/2013_04_20_00_world_creature_loot_template.sql @@ -0,0 +1,4 @@ +-- Insert Frozen Orb into The Prophet Tharon'ja's loot template +DELETE FROM `creature_loot_template` WHERE `entry`=31360 and `item`=43102; +INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES +(31360,43102,100,1,0,1,1); |
