Skip to content

Commit 6a05a98

Browse files
authored
DB/Creature: Ahn'kahar Watcher will only spawn in heroic mode
closes #31552 by azerothcore
1 parent 574cbb1 commit 6a05a98

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)