diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_12_20_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_20_01_world.sql b/sql/updates/world/3.3.5/2017_12_20_01_world.sql new file mode 100644 index 00000000000..301a3af1afe --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_20_01_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `maxgold` = 1093073 WHERE `entry` = 36855; +UPDATE `creature_template` SET `mingold` = 1674308, `maxgold` = 2186146 WHERE `entry` = 38106; +UPDATE `creature_template` SET `mingold` = 1925454, `maxgold` = 2514068 WHERE `entry` = 38296; +UPDATE `creature_template` SET `mingold` = 2092885, `maxgold` = 2732683 WHERE `entry` = 38297; |