mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
DB/Misc: Fix some startup errors
This commit is contained in:
5
sql/updates/world/4.3.4/2017_01_01_29_world.sql
Normal file
5
sql/updates/world/4.3.4/2017_01_01_29_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
UPDATE `creature_formations` SET `leaderGUID`=303307, `memberGUID`=303307 WHERE `memberGUID`=13166;
|
||||
UPDATE `creature_formations` SET `leaderGUID`=303307, `memberGUID`=303306 WHERE `memberGUID`=13578;
|
||||
DELETE FROM `creature_formations` WHERE `leaderGUID`=13178;
|
||||
--
|
||||
Reference in New Issue
Block a user