diff options
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_11_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_11_00_world.sql b/sql/updates/world/3.3.5/2020_05_11_00_world.sql new file mode 100644 index 00000000000..9d29652cd07 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_11_00_world.sql @@ -0,0 +1,7 @@ +-- +UPDATE `creature_template` SET `mingold` = 21855, `maxgold` = 23530 WHERE `entry` = 30453; +UPDATE `creature_template` SET `mingold` = 43710, `maxgold` = 47060 WHERE `entry` = 31001; +UPDATE `creature_template` SET `mingold` = 1800000, `maxgold` = 2000000 WHERE `entry` = 28860; +UPDATE `creature_template` SET `skinloot`=28860, `mingold` = 2000000, `maxgold` = 2250000 WHERE `entry` = 31311; +UPDATE `creature_template` SET `mingold` = 21855, `maxgold` = 23530 WHERE `entry` IN (30681, 30680); +UPDATE `creature_template` SET `mingold` = 43710, `maxgold` = 47060 WHERE `entry` IN (30998, 30999); |