diff options
author | Killyana <morphone1@gmail.com> | 2017-07-12 16:50:35 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-18 18:53:13 +0200 |
commit | 1a1fe1847d906150117b2cc1b4c616d29cccef08 (patch) | |
tree | 5ff63b637efcee5f9abc79fa8fec0d2c090970d3 | |
parent | 842c120fda626f838c84ab739d3b5f723e72275a (diff) |
DB/Creature: Overseer Faedris
Remove Dup spawn
Closes #20020
(cherry picked from commit 13edbd9e317d47e6233503e80453e79540243e58)
-rw-r--r-- | sql/updates/world/master/2020_08_16_04_world_2017_07_12_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_16_04_world_2017_07_12_01_world.sql b/sql/updates/world/master/2020_08_16_04_world_2017_07_12_01_world.sql new file mode 100644 index 00000000000..3ca8a570e7a --- /dev/null +++ b/sql/updates/world/master/2020_08_16_04_world_2017_07_12_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `guid`=125031 AND `id`=32250; |