aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2025-12-11 17:33:24 +0100
committerGitHub <noreply@github.com>2025-12-11 17:33:24 +0100
commit6a05a9857a87d6471ad283277cf68ca1b54658ea (patch)
treefd94c2c28d4540d4448c3589e84642c1fd03ef2b
parent574cbb1c19c6d200118c190a452a8e7234fd3019 (diff)
DB/Creature: Ahn'kahar Watcher will only spawn in heroic mode
closes #31552 by azerothcore
-rw-r--r--sql/updates/world/3.3.5/2025_12_11_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_12_11_01_world.sql b/sql/updates/world/3.3.5/2025_12_11_01_world.sql
new file mode 100644
index 00000000000..c89c5475f54
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_12_11_01_world.sql
@@ -0,0 +1,2 @@
+-- Ahn'kahar Watcher will only spawn in heroic mode
+UPDATE `creature` SET `spawnMask`=`spawnMask`&~1 WHERE `guid` IN (68283,68284) AND `id`=31104;