mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8910] Implement spell 62124 damage part.
This commit is contained in:
parent
08c9f0a267
commit
94147f2b5a
3 changed files with 12 additions and 2 deletions
|
|
@ -358,6 +358,10 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
|||
damage = unitTarget->GetMaxHealth() / 10;
|
||||
break;
|
||||
}
|
||||
// Hand of Rekoning (name not have typos ;) )
|
||||
case 67485:
|
||||
damage += uint32(0.5f * m_caster->GetTotalAttackPowerValue(BASE_ATTACK));
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue