diff options
author | gecko32 <gecko32@trinity.contrib> | 2012-05-06 11:30:03 +0200 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2012-05-06 11:30:03 +0200 |
commit | 97a772e1cf03a348a7ce233f4d5f0ef31c039b76 (patch) | |
tree | 6579a7f1a134c1033d456067d5b7ff0d41734858 | |
parent | 2c4faaadf6cceada6c673f475fea34b670684a42 (diff) |
DB/Loot: Add missing gold drops to ToC
Partial fix for #5449
-rw-r--r-- | sql/updates/world/2012_05_06_00_world_creature_template.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_06_00_world_creature_template.sql b/sql/updates/world/2012_05_06_00_world_creature_template.sql new file mode 100644 index 00000000000..30dbf85c28d --- /dev/null +++ b/sql/updates/world/2012_05_06_00_world_creature_template.sql @@ -0,0 +1,5 @@ +-- Gold for Toc based on old.wowhead +UPDATE `creature_template` SET `mingold`=850000,`maxgold`=950000 WHERE `entry` IN(34797,35447,35448,35449); -- Icehowl +UPDATE `creature_template` SET `mingold`=550000,`maxgold`=650000 WHERE `entry` IN(34780,35216,35268,35269); -- Lord Jaraxxus +UPDATE `creature_template` SET `mingold`=650000,`maxgold`=700000 WHERE `entry` IN(34497,35350,35351,35352,34496,35347,35348,35359); -- Fjola Lightbane & Eydis Darkbane +UPDATE `creature_template` SET `mingold`=500000,`maxgold`=600000 WHERE `entry` IN(34564,34566,35615,35616); -- Anub'arak |