diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-09-03 09:56:27 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-09-03 09:56:27 +0200 |
commit | a5fdf5635e83b1cd21ca583a8aabe06b0d4fd777 (patch) | |
tree | 2a936d3f409c071f55cd904aebde253cbd3aaa77 | |
parent | fad26ed88b43163b22a8c1d8b29f7a660303faeb (diff) |
DB/Misc: Delete more duplicated spawns
-rw-r--r-- | sql/updates/world/2015_09_03_02_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_03_02_world.sql b/sql/updates/world/2015_09_03_02_world.sql new file mode 100644 index 00000000000..3baa80fbac1 --- /dev/null +++ b/sql/updates/world/2015_09_03_02_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid`=201508 AND `id`=37824; +DELETE FROM `creature` WHERE `guid`=201460 AND `id`=38228; +DELETE FROM `creature` WHERE `guid`=201661 AND `id`=38228; +DELETE FROM `creature` WHERE `guid`=201442 AND `id`=38231; +DELETE FROM `creature` WHERE `guid`=201490 AND `id`=38232; +DELETE FROM `creature` WHERE `guid`=201539 AND `id`=38232; |