diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-09-29 22:27:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 22:27:09 +0200 |
commit | 8a66036f3c1c718a2210cbeb9e1d0667d2050daf (patch) | |
tree | 5bca2e268be3e737e7a2a0412280b50fe5eeda05 | |
parent | a4e46cb193dfc06872b8191ae0c7ea70f4fc2e5e (diff) |
DB/Gameobject: Delete some duplicate spawns
-rw-r--r-- | sql/updates/world/6.x/2016_09_29_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_09_29_02_world.sql b/sql/updates/world/6.x/2016_09_29_02_world.sql new file mode 100644 index 00000000000..1c2e95736cc --- /dev/null +++ b/sql/updates/world/6.x/2016_09_29_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject` where `guid`=219032 AND `id`=207686; +DELETE FROM `gameobject` where `guid`=219033 AND `id`=207690; +DELETE FROM `gameobject` where `guid`=219034 AND `id`=207687; +DELETE FROM `gameobject` where `guid`=219030 AND `id`=207689; |