diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2017-12-20 10:42:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 10:42:06 +0100 |
commit | d866ec3ffa54b746c802c500e65c34bc554bf548 (patch) | |
tree | 03a875f1df9b0eb5d9626924b7f804a76d116e7b | |
parent | 5be80ac4813fe3aba9ef5b9f900e7bdadc6f4c27 (diff) |
DB/Creature: Fix loot for various icc trashmobs
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_20_02_world.sql | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_20_02_world.sql b/sql/updates/world/3.3.5/2017_12_20_02_world.sql new file mode 100644 index 00000000000..2bcbe4c26ac --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_20_02_world.sql @@ -0,0 +1,13 @@ +-- +UPDATE `creature_template` SET `maxgold` = 22960 WHERE `entry` = 36829; +UPDATE `creature_template` SET `mingold` = 36640, `maxgold` = 45920 WHERE `entry` = 38074; +UPDATE `creature_template` SET `maxgold` = 7536 WHERE `entry` = 37028; +UPDATE `creature_template` SET `mingold` = 9214, `maxgold` = 15072 WHERE `entry` = 38094; +UPDATE `creature_template` SET `maxgold` = 07510 WHERE `entry` = 37031; +UPDATE `creature_template` SET `mingold` = 10912, `maxgold` = 15020 WHERE `entry` = 38090; +UPDATE `creature_template` SET `maxgold` = 07665 WHERE `entry` = 37029; +UPDATE `creature_template` SET `mingold` = 9494, `maxgold` = 15330 WHERE `entry` = 38092; +UPDATE `creature_template` SET `maxgold` = 7599 WHERE `entry` = 37662; +UPDATE `creature_template` SET `mingold` = 6720, `maxgold` = 15198 WHERE `entry` = 38102; +UPDATE `creature_template` SET `maxgold` = 7617 WHERE `entry` = 36805; +UPDATE `creature_template` SET `mingold` = 5346, `maxgold` = 15234 WHERE `entry` = 38075; |