There was an error while loading. Please reload this page.
1 parent eb09ad5 commit e144326Copy full SHA for e144326
1 file changed
src/server/scripts/EasternKingdoms/Karazhan/boss_moroes.cpp
@@ -149,7 +149,7 @@ struct boss_moroes : public BossAI
149
_vanished = true;
150
Talk(SAY_SPECIAL);
151
DoCastSelf(SPELL_VANISH);
152
- me->SetImmuneToAll(true);
+ me->SetImmuneToAll(true, true);
153
scheduler.Schedule(5s, 7s, [this](TaskContext)
154
{
155
me->SetImmuneToAll(false);
0 commit comments