aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-03 00:12:09 +0300
committerShauren <shauren.trinity@gmail.com>2022-01-26 13:19:14 +0100
commit12a0a1b476d2477da0a3d725cac0a840563102e7 (patch)
treeec47efa32f0919d537bda44247eba17f59b1abd1
parent32111694b7d1ee7149d73357fefb7187c6d19c2b (diff)
DB/Creature: Remove static spawns of Angered Arakkoa Protector
(cherry picked from commit 18c8bbafec88cca065fe134e9e1debb9bb516dc1)
-rw-r--r--sql/updates/world/master/2022_01_26_02_world_2020_08_02_32_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_02_world_2020_08_02_32_world.sql b/sql/updates/world/master/2022_01_26_02_world_2020_08_02_32_world.sql
new file mode 100644
index 00000000000..1b240f74ca8
--- /dev/null
+++ b/sql/updates/world/master/2022_01_26_02_world_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;