diff options
author | offl <offl@users.noreply.github.com> | 2020-05-19 22:56:48 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 16:00:27 +0100 |
commit | cb0c4ff01e681c9d3becdf681eed7569f40d6d08 (patch) | |
tree | 1495ef941fbef604e6928c40994562ee67f602b4 | |
parent | 6eb7ed449068f28e53f258edbeab78f911c02793 (diff) |
DB/Creature: Remove static spawns of Arcane Fiend & Amani Bear Mount
Closes #24662
(cherry picked from commit 97319c7c19944fa4b5e461273ff7e8c389959c46)
-rw-r--r-- | sql/updates/world/master/2022_01_06_09_world_2020_05_19_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_09_world_2020_05_19_04_world.sql b/sql/updates/world/master/2022_01_06_09_world_2020_05_19_04_world.sql new file mode 100644 index 00000000000..791d6e40fd8 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_09_world_2020_05_19_04_world.sql @@ -0,0 +1,4 @@ +-- Arcane Fiend & Amani Bear Mount are summoned +DELETE FROM `creature` WHERE `id` = 18429 AND `guid` IN (91245,91246); +DELETE FROM `creature` WHERE `id` = 24217 AND `guid` IN (89266,89267,89272,89275); +DELETE FROM `linked_respawn` WHERE `guid` IN (91245,91246,89266,89267,89272,89275); |