diff options
author | Killyana <morphone1@gmail.com> | 2020-01-09 01:19:06 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-09 01:19:06 +0100 |
commit | e375c8a093541ad45cbf62cff9f6e30360ecee86 (patch) | |
tree | 20a644a594a2c1bb131e518f5c095e1327956241 | |
parent | b2305dbf2af2a5eeb3582a7ef829d08a59e58668 (diff) |
DB/Spawn: Remove the npc Quel'Delar summond by a spell
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_08_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_08_02_world.sql b/sql/updates/world/3.3.5/2020_01_08_02_world.sql new file mode 100644 index 00000000000..80607647225 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_08_02_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (123721); +DELETE FROM `creature_addon` WHERE `guid` IN (123721); +-- ummoned by spell=70477 +-- (123721, 37745, 580, 4075, 0, 1, 2048, 0, 1, 1690.215, 620.0746, 28.70778, 0.7679449, 7200, 0, 0, 1, 0, 0, 0, 0, 0, 15354), -- 37745 (Area: 0 - Difficulty: 0) |