From 18c8bbafec88cca065fe134e9e1debb9bb516dc1 Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 3 Aug 2020 00:12:09 +0300 Subject: DB/Creature: Remove static spawns of Angered Arakkoa Protector --- sql/updates/world/3.3.5/2020_08_02_32_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_08_02_32_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_08_02_32_world.sql b/sql/updates/world/3.3.5/2020_08_02_32_world.sql new file mode 100644 index 00000000000..1b240f74ca8 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_02_32_world.sql @@ -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; -- cgit v1.2.3