diff options
author | Kittnz <frederik156@hotmail.com> | 2016-02-29 17:56:25 +0100 |
---|---|---|
committer | Kittnz <frederik156@hotmail.com> | 2016-02-29 17:56:25 +0100 |
commit | 3b389b7a5c1058dcbc2c05e94c9005b3990caa4c (patch) | |
tree | 2f1ba3f1e398f07cfdee40a7a949b3ee3a5d9b48 | |
parent | b646bcbb915ad6abcec5d349b28a74991e1c8cad (diff) |
DB/Event: Removed remaining gameobject that are no longer present ingame
-rw-r--r-- | sql/updates/world/2016_02_29_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_29_01_world.sql b/sql/updates/world/2016_02_29_01_world.sql new file mode 100644 index 00000000000..40343440d9a --- /dev/null +++ b/sql/updates/world/2016_02_29_01_world.sql @@ -0,0 +1 @@ +DELETE FROM `game_event_gameobject` WHERE `guid` IN (24399, 24400, 24401, 24402, 24405); |