mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-04-30 00:33:26 -07:00
fix(DB/Creature): Ahn'kahar Watcher will no longer spawn in normal mode. (#22083)
This commit is contained in:
parent
1966b82ce5
commit
784e434eed
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
--
|
||||
UPDATE `creature` SET `spawnMask` = `spawnMask`&~(1) WHERE `guid` IN (68283,68284) AND `id1` = 31104;
|
||||
Loading…
Add table
Add a link
Reference in a new issue