Core/Misc: Missing changes and get rid of useless method in acd46085d1

This commit is contained in:
Discover-
2014-01-30 10:28:05 +01:00
parent acd46085d1
commit ad8eb434c0
7 changed files with 3 additions and 17 deletions

View File

@@ -703,7 +703,7 @@ class spell_dk_ghoul_explode : public SpellScriptLoader
void HandleDamage(SpellEffIndex /*effIndex*/)
{
int32 value = int32(GetCaster()->CountPctFromMaxHealth(GetSpellInfo()->Effects[EFFECT_2].CalcValue(GetCaster())));
SetEffectValue(value);
SetHitDamage(value);
}
void Suicide(SpellEffIndex /*effIndex*/)