Core/Misc: Added helper function Unit::SetFullPower * Also renamed Unit::getPowerType and Unit::setPowerType to follow style guidelines
This commit is contained in:
@@ -225,7 +225,7 @@ namespace Scripts.Northrend.IcecrownCitadel
|
||||
public override void Reset()
|
||||
{
|
||||
_Reset();
|
||||
me.SetPower(PowerType.Mana, me.GetMaxPower(PowerType.Mana));
|
||||
me.SetFullPower(PowerType.Mana);
|
||||
_events.SetPhase(LadyConst.PhaseOne);
|
||||
_waveCounter = 0;
|
||||
_nextVengefulShadeTargetGUID.Clear();
|
||||
|
||||
Reference in New Issue
Block a user