aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-09-03 10:35:03 +0200
committerAokromes <jipr@hotmail.com>2013-09-03 10:35:03 +0200
commit0b598d3e25742a61525d62274978ae476f818c2b (patch)
tree6556cc60a603e59898816f60f577e45bd390b54b
parent78c53bb032c6f1b7378ad7e6c661e3ffc4b5bc8a (diff)
DB/Creature: Delete 2 mobs spawned on the void
-rw-r--r--sql/updates/world/2013_09_03_01_world_creature.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_03_01_world_creature.sql b/sql/updates/world/2013_09_03_01_world_creature.sql
new file mode 100644
index 00000000000..258a05e5617
--- /dev/null
+++ b/sql/updates/world/2013_09_03_01_world_creature.sql
@@ -0,0 +1,2 @@
+-- Delete 2 incorrectly spawned mobs
+DELETE FROM `creature` WHERE `guid` IN (66177,84663) AND `map` = 530;