mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Misc: Fix startup errors
This commit is contained in:
3
sql/updates/world/2016_04_01_02_world.sql
Normal file
3
sql/updates/world/2016_04_01_02_world.sql
Normal 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`);
|
||||
Reference in New Issue
Block a user