diff options
author | Killyana <morphone1@gmail.com> | 2015-09-21 14:59:52 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-21 14:59:52 +0200 |
commit | ff71da2b05210c1d0ed088ef12b06bf4632ff830 (patch) | |
tree | 1765062612ad599693e972db9b3ad78b6990d411 | |
parent | 1cb8de7d054a1c507d504c2f1fd7daa9f87d578a (diff) |
DB/Creature: Remove a wrong spawn of "[DND]Esprit 1"
Closes #15555
-rw-r--r-- | sql/updates/world/2015_09_21_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_09_21_00_world.sql b/sql/updates/world/2015_09_21_00_world.sql new file mode 100644 index 00000000000..03c7db23de9 --- /dev/null +++ b/sql/updates/world/2015_09_21_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=84939 AND `id`=22023; |