diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-16 10:56:42 +0100 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-02-16 10:56:42 +0100 |
commit | 4c9949d3e2df2e6731478322a272d826a993831e (patch) | |
tree | 6e00d5093c7aa75acbfc6d53fb5494d4c7471237 | |
parent | ecdf304f570b018e8b7d608ef4182e9ee00abdd3 (diff) |
DB/Creature: Delete some double spawns
Updates #1515
-rw-r--r-- | sql/updates/world/2014_02_16_02_world_creature.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_16_02_world_creature.sql b/sql/updates/world/2014_02_16_02_world_creature.sql new file mode 100644 index 00000000000..00ada626a5c --- /dev/null +++ b/sql/updates/world/2014_02_16_02_world_creature.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid`=86358 AND `id`=25915; +DELETE FROM `creature` WHERE `guid`=86387 AND `id`=25920; +DELETE FROM `creature` WHERE `guid`=86241 AND `id`=25887; +DELETE FROM `creature` WHERE `guid`=86327 AND `id`=25914; +DELETE FROM `creature` WHERE `guid`=86376 AND `id`=25916; +DELETE FROM `creature` WHERE `guid`=86426 AND `id`=25921; |