mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Misc: Fix startup errors
This commit is contained in:
3
sql/updates/world/6.x/2016_05_30_03_world.sql
Normal file
3
sql/updates/world/6.x/2016_05_30_03_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `game_event_creature` WHERE `guid` NOT IN (SELECT `guid` FROM `creature`);
|
||||
DELETE FROM `game_event_gameobject` WHERE `guid` NOT IN (SELECT `guid` FROM `gameobject`);
|
||||
Reference in New Issue
Block a user