mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/Misc: Fix startup errors
(cherry picked from commit dd34736757)
Conflicts:
sql/updates/world/2015_04_08_00_world.sql
This commit is contained in:
7
sql/updates/world/2015_04_08_00_world_f335.sql
Normal file
7
sql/updates/world/2015_04_08_00_world_f335.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- Kill some database errors
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (52306, 52317, 52312, 52303, 52296, 127436, 127437);
|
||||
UPDATE `creature` SET `spawndist`=0 WHERE `guid`=52331;
|
||||
UPDATE `creature` SET `spawndist`=0 WHERE `guid`=52330;
|
||||
UPDATE `creature` SET `spawndist`=0 WHERE `guid`=120692;
|
||||
DELETE FROM `linked_respawn` WHERE `guid`=127436 AND `linkType`=0;
|
||||
DELETE FROM `linked_respawn` WHERE `guid`=127437 AND `linkType`=0;
|
||||
Reference in New Issue
Block a user