From cd226a4f6c298b3eccb9d761d63c57eb782d60ff Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 30 May 2016 07:39:12 +0200 Subject: DB/Misc: Fix startup errors --- sql/updates/world/6.x/2016_05_30_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/6.x/2016_05_30_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_05_30_03_world.sql b/sql/updates/world/6.x/2016_05_30_03_world.sql new file mode 100644 index 00000000000..3f7906f0df2 --- /dev/null +++ b/sql/updates/world/6.x/2016_05_30_03_world.sql @@ -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`); -- cgit v1.2.3