mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Fix startup errors
This commit is contained in:
6
sql/updates/world/4.3.4/2017_11_30_02_world.sql
Normal file
6
sql/updates/world/4.3.4/2017_11_30_02_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 48815;
|
||||
UPDATE `creature` SET `PhaseId` = 0 WHERE `id` IN (28390,28391);
|
||||
UPDATE `creature` SET `PhaseGroup` = 0 WHERE `id` = 49284;
|
||||
DELETE FROM `game_event_creature` WHERE `guid` NOT IN (SELECT `guid` FROM `creature`);
|
||||
|
||||
Reference in New Issue
Block a user