fix(Scripts/Karazhan): Regen Curator mana on reset (#17310)
This commit is contained in:
parent
8b5869d50b
commit
7dd9ca01c5
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ struct boss_curator : public BossAI
|
|||
DoCastSelf(SPELL_ARCANE_INFUSION, true);
|
||||
Talk(SAY_ENRAGE);
|
||||
});
|
||||
me->SetPower(POWER_MANA, me->GetMaxPower(POWER_MANA));
|
||||
}
|
||||
|
||||
void KilledUnit(Unit* victim) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue