mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Creature: Remove static spawns of Angered Arakkoa Protector
This commit is contained in:
4
sql/updates/world/3.3.5/2020_08_02_32_world.sql
Normal file
4
sql/updates/world/3.3.5/2020_08_02_32_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Angered Arakkoa Protector should be summoned by scripts
|
||||
-- view-source:http://web.archive.org/web/20100423195556/www.wowhead.com/npc=21470
|
||||
-- 'Some of the Arakkoa can summon these at low HP, they are pretty worthless...'
|
||||
DELETE FROM `creature` WHERE `id` = 21470;
|
||||
Reference in New Issue
Block a user