From 4085e366421cae8ddbce0814e5169eddccafc8f8 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 9 Jan 2020 01:19:06 +0100 Subject: DB/Spawn: Remove the npc Quel'Delar summond by a spell (cherry picked from commit e375c8a093541ad45cbf62cff9f6e30360ecee86) --- sql/updates/world/master/2021_12_20_04_world_2020_01_08_02_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_12_20_04_world_2020_01_08_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_20_04_world_2020_01_08_02_world.sql b/sql/updates/world/master/2021_12_20_04_world_2020_01_08_02_world.sql new file mode 100644 index 00000000000..80607647225 --- /dev/null +++ b/sql/updates/world/master/2021_12_20_04_world_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) -- cgit v1.2.3