aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-08-03 00:12:09 +0300
committeroffl <offl@users.noreply.github.com>2020-08-03 00:12:09 +0300
commit18c8bbafec88cca065fe134e9e1debb9bb516dc1 (patch)
tree060600301c060fd7d3892d97b023e989cdafa3e6
parentaeb993a7daa22935263f5bc19f4f7aabf716e1d3 (diff)
DB/Creature: Remove static spawns of Angered Arakkoa Protector
-rw-r--r--sql/updates/world/3.3.5/2020_08_02_32_world.sql4
1 files changed, 4 insertions, 0 deletions
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;