DB/Misc: Fix startup errors

This commit is contained in:
Aokromes
2016-05-30 07:27:35 +02:00
parent c676f70cf6
commit f217b48e95

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `npcflag`=`npcflag`|128 WHERE entry IN (SELECT `entry` FROM `npc_vendor`);