mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spawn: Remove the npc Quel'Delar summond by a spell
This commit is contained in:
5
sql/updates/world/3.3.5/2020_01_08_02_world.sql
Normal file
5
sql/updates/world/3.3.5/2020_01_08_02_world.sql
Normal file
@@ -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)
|
||||
Reference in New Issue
Block a user