DB/Misc: Fix some startup errors

(cherry picked from commit 67115eda7ea428fd6f23b84b1662a2a6166189b2)
This commit is contained in:
Aokromes
2020-06-14 23:49:05 +02:00
committed by funjoker
parent 15609a197e
commit 8cddf0d2c7
@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `AIName`='NullCreatureAI' WHERE `AIName`='NullAI';
UPDATE `creature` SET `spawndist`=5 WHERE `guid` IN (51879,51914);