forked from mirror/azerothcore-wotlk
fix(Scripts/Karazhan): Clear Moroes immunity flag on reset (#25972)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -119,6 +119,7 @@ struct boss_moroes : public BossAI
|
|||||||
DoCastSelf(SPELL_DUAL_WIELD, true);
|
DoCastSelf(SPELL_DUAL_WIELD, true);
|
||||||
_recentlySpoken = false;
|
_recentlySpoken = false;
|
||||||
_vanished = false;
|
_vanished = false;
|
||||||
|
me->SetImmuneToAll(false);
|
||||||
|
|
||||||
InitializeGuests();
|
InitializeGuests();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user