mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8937] Small lost change, just more correct code by form.
This commit is contained in:
parent
b0a6993031
commit
4ee8cb3504
2 changed files with 2 additions and 2 deletions
|
|
@ -2678,7 +2678,7 @@ void Spell::EffectHeal( uint32 /*i*/ )
|
|||
}
|
||||
// Death Pact (percent heal)
|
||||
else if (m_spellInfo->Id==48743)
|
||||
addhealth = addhealth * m_caster->GetMaxHealth() / 100;
|
||||
addhealth = addhealth * unitTarget->GetMaxHealth() / 100;
|
||||
// Swiftmend - consumes Regrowth or Rejuvenation
|
||||
else if (m_spellInfo->TargetAuraState == AURA_STATE_SWIFTMEND && unitTarget->HasAuraState(AURA_STATE_SWIFTMEND))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue