diff options
author | Killyana <morphone1@gmail.com> | 2016-01-07 01:56:37 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-01-07 01:56:37 +0100 |
commit | 5d9370a0f755887d2fff13e4ce982bd52f00f77b (patch) | |
tree | 6d7a6546d409aa906aba53b1f251f5a700898f10 | |
parent | 5084b17308c3441e1ca7f455aad17b4a3de2da72 (diff) |
DB/Creature: Remove a wrong spawn
-rw-r--r-- | sql/updates/world/2016_01_07_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_07_01_world.sql b/sql/updates/world/2016_01_07_01_world.sql new file mode 100644 index 00000000000..4a15aa405ec --- /dev/null +++ b/sql/updates/world/2016_01_07_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`=22972; |