From 1bf26d1e6ab3f5038e874f96fcb5e1d8f29a0e0d Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 13 Jun 2016 08:46:06 +0200 Subject: DB/Misc: Fix startup errors --- sql/updates/world/6.x/2016_06_13_06_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_13_06_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/6.x/2016_06_13_06_world.sql b/sql/updates/world/6.x/2016_06_13_06_world.sql new file mode 100644 index 00000000000..e24e6862de8 --- /dev/null +++ b/sql/updates/world/6.x/2016_06_13_06_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `spell_custom_attr` WHERE `entry`=35009; +DELETE FROM `disables` WHERE `entry` IN(28098,28110); +UPDATE `creature_template` SET `type`=15 WHERE `entry` IN (48845,48828,48822,48818); +UPDATE `creature_template` SET `type`=5 WHERE `entry`=48693; +UPDATE `creature` SET `spawndist`=0 WHERE `MovementType`=0 AND `spawndist`!=0; -- cgit v1.2.3