diff options
| -rw-r--r-- | sql/updates/world/6.x/2016_07_29_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_07_29_02_world.sql b/sql/updates/world/6.x/2016_07_29_02_world.sql new file mode 100644 index 00000000000..4a792b52fc6 --- /dev/null +++ b/sql/updates/world/6.x/2016_07_29_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template` SET `mingold`=1, `maxgold`=7 WHERE `entry` IN (40940); +UPDATE `creature_template` SET `mingold`=2, `maxgold`=12 WHERE `entry` IN (40941); +UPDATE `creature_template` SET `mingold`=25, `maxgold`=50 WHERE `entry` IN (1137); |
