From e82e29716e0fcfc5045c6383ae7a2152d4d313b7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 29 Jul 2016 23:30:57 +0200 Subject: DB/Misc: Fix gold of some creatures By Malcrom --- sql/updates/world/6.x/2016_07_29_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/6.x/2016_07_29_02_world.sql (limited to 'sql') 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); -- cgit v1.2.3