diff options
author | Killyana <morphone1@gmail.com> | 2015-12-15 17:53:23 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-12-15 17:53:23 +0100 |
commit | 3ef1ac1561d0c2dc288d9f6e029bf4787fa1c3d7 (patch) | |
tree | ec5d30f373190615e647c36846a33dc72f7c8929 | |
parent | 0d9fe2222be38af1ce9507a97837aa8ca9ec3fd8 (diff) |
DB/Creature: Remove wrong spawns
-rw-r--r-- | sql/updates/world/2015_12_15_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_12_15_00_world.sql b/sql/updates/world/2015_12_15_00_world.sql new file mode 100644 index 00000000000..f27bb448bbd --- /dev/null +++ b/sql/updates/world/2015_12_15_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (111277, 111300); |