DB/Misc: Fix startup errors

This commit is contained in:
Aokromes
2016-04-01 04:56:14 +02:00
parent 8ea8de42ea
commit c7092fedec

View File

@@ -0,0 +1,3 @@
--
UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE entry IN (SELECT `id` FROM `creature_queststarter`);
UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE entry IN (SELECT `id` FROM `creature_questender`);