aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-29 23:30:57 +0200
committerGitHub <noreply@github.com>2016-07-29 23:30:57 +0200
commite82e29716e0fcfc5045c6383ae7a2152d4d313b7 (patch)
treee7e505a0b0b263559b07c8d22dba1b9c6003d21a
parent620a697a77b4fa6493bb5aaf4aa7502ddadd6a3d (diff)
DB/Misc: Fix gold of some creatures
By Malcrom
-rw-r--r--sql/updates/world/6.x/2016_07_29_02_world.sql4
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);