From f3c560f87ee80b284610b052d32c090d94108ad5 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 29 Jul 2016 23:30:46 +0200 Subject: [PATCH] DB/Misc: Fix gold of some creatures By Malcrom --- sql/updates/world/2016_07_29_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2016_07_29_06_world.sql diff --git a/sql/updates/world/2016_07_29_06_world.sql b/sql/updates/world/2016_07_29_06_world.sql new file mode 100644 index 00000000000..9e519c5ce4f --- /dev/null +++ b/sql/updates/world/2016_07_29_06_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);