diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-06 15:21:36 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-06-06 15:21:36 +0200 |
| commit | 0c4a74ee4555b7252f7a18eb2f7fd42be0319bba (patch) | |
| tree | bb9390815a5de9a4a9070a9c5bac8a96e16f259d | |
| parent | 557018d6d1d549de88017c887f120e5a67cf8db2 (diff) | |
DB/Misc: Delete few incorrectly spawned creatures
By Killyana, closes #12564
| -rw-r--r-- | sql/updates/world/2015_06_06_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_06_06_03_world.sql b/sql/updates/world/2015_06_06_03_world.sql new file mode 100644 index 00000000000..641217fffc0 --- /dev/null +++ b/sql/updates/world/2015_06_06_03_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id` IN (22337, 22339); |
