diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 07:39:12 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-05-30 07:39:12 +0200 |
commit | cd226a4f6c298b3eccb9d761d63c57eb782d60ff (patch) | |
tree | 5a6f595d1a434e989bce849c10c3bf7e370c4ba2 | |
parent | 9d085681bdff579c5dafeb074310ebb442eaae37 (diff) |
DB/Misc: Fix startup errors
-rw-r--r-- | sql/updates/world/6.x/2016_05_30_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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`); |