fix(DB/Creature): Ahn'kahar Watcher will no longer spawn in normal mode. (#22083)

This commit is contained in:
avarishd 2025-05-09 13:32:45 +03:00 committed by GitHub
parent 1966b82ce5
commit 784e434eed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
--
UPDATE `creature` SET `spawnMask` = `spawnMask`&~(1) WHERE `guid` IN (68283,68284) AND `id1` = 31104;