DB/Misc: Fix some startup errors

This commit is contained in:
Aokromes
2017-05-10 01:51:18 +02:00
committed by GitHub
parent a84b26c033
commit d4cf8f297b

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