DB/Misc: Fix some startup errors

(cherry picked from commit 67115eda7e)
This commit is contained in:
Aokromes
2017-06-02 15:30:21 +02:00
committed by funjoker
parent 15609a197e
commit 8cddf0d2c7

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `AIName`='NullCreatureAI' WHERE `AIName`='NullAI';
UPDATE `creature` SET `spawndist`=5 WHERE `guid` IN (51879,51914);