Skip to content

Commit e144326

Browse files
Nyeriahclaude
andauthored
fix(Scripts/Karazhan): Fix Moroes resetting during Vanish (#25333)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent eb09ad5 commit e144326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/scripts/EasternKingdoms/Karazhan/boss_moroes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ struct boss_moroes : public BossAI
149149
_vanished = true;
150150
Talk(SAY_SPECIAL);
151151
DoCastSelf(SPELL_VANISH);
152-
me->SetImmuneToAll(true);
152+
me->SetImmuneToAll(true, true);
153153
scheduler.Schedule(5s, 7s, [this](TaskContext)
154154
{
155155
me->SetImmuneToAll(false);

0 commit comments

Comments
 (0)