From ebacf70c8608eeaad9331d2f894c690dc5e681b5 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 28 Dec 2017 02:33:09 +0100 Subject: [PATCH] DB/Misc: Fix startup errors --- sql/updates/world/4.3.4/2017_12_28_00_world.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_12_28_00_world.sql diff --git a/sql/updates/world/4.3.4/2017_12_28_00_world.sql b/sql/updates/world/4.3.4/2017_12_28_00_world.sql new file mode 100644 index 00000000000..55d31c7127e --- /dev/null +++ b/sql/updates/world/4.3.4/2017_12_28_00_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `creature_template` SET `faction`=14 WHERE `entry`=49311; +UPDATE `creature_template` SET `unit_class`=2 WHERE `entry`=49043; +UPDATE `gameobject` SET `spawnMask` = 1 WHERE `id` = 185434 AND `map` IN (0,1); +UPDATE `creature_template` SET `maxgold` = 3360 WHERE `entry` = 37662; +UPDATE `creature_template` SET `maxgold` = 5456 WHERE `entry` = 37031; +UPDATE `creature_template` SET `maxgold` = 4747 WHERE `entry` = 37029; +UPDATE `creature_template` SET `maxgold` = 4607 WHERE `entry` = 37028; +UPDATE `creature_template` SET `maxgold` = 837154 WHERE `entry` = 36855; +UPDATE `creature_template` SET `maxgold` = 18320 WHERE `entry` = 36829; +UPDATE `creature_template` SET `maxgold` = 2673 WHERE `entry` = 36805; +