[12209] Update mana regen to 4.x

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-09-09 21:54:56 +03:00 committed by Antz
parent 378aaa4daf
commit 832f9b1a46
9 changed files with 30 additions and 42 deletions

View file

@ -4784,10 +4784,6 @@ void Spell::TakePower()
}
m_caster->ModifyPower(powerType, -(int32)m_powerCost);
// Set the five second timer
if (powerType == POWER_MANA && m_powerCost > 0)
m_caster->SetLastManaUse();
}
SpellCastResult Spell::CheckOrTakeRunePower(bool take)