DB/Misc: Fix some startup errors

This commit is contained in:
Aokromes
2017-06-02 15:30:21 +02:00
committed by GitHub
parent f9a01c4b69
commit 67115eda7e

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);