[8910] Implement spell 62124 damage part.

This commit is contained in:
VladimirMangos 2009-12-03 02:03:01 +03:00
parent 08c9f0a267
commit 94147f2b5a
3 changed files with 12 additions and 2 deletions

View file

@ -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;
}