mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Creature: Ahn'kahar Watcher will only spawn in heroic mode
closes #31552 by azerothcore
This commit is contained in:
2
sql/updates/world/3.3.5/2025_12_11_01_world.sql
Normal file
2
sql/updates/world/3.3.5/2025_12_11_01_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user