diff options
author | Zaphod <zaphod@trinitycore.contrib> | 2013-02-01 05:08:11 +0000 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2013-02-01 05:08:11 +0000 |
commit | dc5e9c80fca8a7e17c8d54dd9e7a150c71a7c810 (patch) | |
tree | 3ce8cf33fbc9654d04f910d45413f9b6ca80a8bc | |
parent | 0e945613d0a4bf120b6242106adb26ed1e288228 (diff) |
DB/Loot: Fix Prismatic Black Diamond
-rw-r--r-- | sql/updates/world/2013_02_01_01_world_spell_loot_template.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_01_01_world_spell_loot_template.sql b/sql/updates/world/2013_02_01_01_world_spell_loot_template.sql new file mode 100644 index 00000000000..0185f464412 --- /dev/null +++ b/sql/updates/world/2013_02_01_01_world_spell_loot_template.sql @@ -0,0 +1,12 @@ +-- loot for Prismatic Black Diamond +DELETE FROM `spell_loot_template` WHERE `entry`=62941; +INSERT INTO `spell_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES +(62941, 23094, 0, 1, 1, 1, 1), +(62941, 23095, 0, 1, 1, 1, 1), +(62941, 28595, 0, 1, 1, 1, 1), +(62941, 23116, 0, 1, 1, 1, 1), +(62941, 23118, 0, 1, 1, 1, 1), +(62941, 23119, 0, 1, 1, 1, 1), +(62941, 23120, 0, 1, 1, 1, 1), +(62941, 23114, 0, 1, 1, 1, 1), +(62941, 23115, 0, 1, 1, 1, 1); |