diff options
author | Killyana <morphone1@gmail.com> | 2019-01-14 15:43:53 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-01-14 15:43:53 +0100 |
commit | 67c0c8da7d02daecec35b2c1a896c0b481fe5dae (patch) | |
tree | 5811ce92a2a4c744c07aec23942006e760c61289 | |
parent | 22589ee862ee3c37cfb3c9aaa5333225d9c1fda6 (diff) |
DB/Creature: Remove Daros Moonlance old spawn
-rw-r--r-- | sql/updates/world/master/2019_01_14_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_01_14_00_world.sql b/sql/updates/world/master/2019_01_14_00_world.sql new file mode 100644 index 00000000000..9c0e51b9cf8 --- /dev/null +++ b/sql/updates/world/master/2019_01_14_00_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `id` IN (36506) AND `guid`=85216; +DELETE FROM `creature_addon` WHERE `guid`=85216; |