DB/Misc: Fix startup errors

This commit is contained in:
Aokromes
2016-06-13 08:46:06 +02:00
committed by GitHub
parent b5cbc4a37a
commit 1bf26d1e6a
@@ -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;