We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574cbb1 commit 6a05a98Copy full SHA for 6a05a98
1 file changed
sql/updates/world/3.3.5/2025_12_11_01_world.sql
@@ -0,0 +1,2 @@
1
+-- Ahn'kahar Watcher will only spawn in heroic mode
2
+UPDATE `creature` SET `spawnMask`=`spawnMask`&~1 WHERE `guid` IN (68283,68284) AND `id`=31104;
0 commit comments