mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
DB/Misc: Fix startup errors
This commit is contained in:
4
sql/updates/world/4.3.4/2017_01_15_10_world.sql
Normal file
4
sql/updates/world/4.3.4/2017_01_15_10_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature` SET `PhaseId`=0 WHERE `PhaseGroup` > 0;
|
||||
UPDATE `gameobject` SET `PhaseId`=0 WHERE `PhaseGroup` > 0;
|
||||
--
|
||||
Reference in New Issue
Block a user