Correct codestyle from previous commit

This commit is contained in:
kandera
2012-03-23 13:11:32 -03:00
parent af48083d86
commit 8e96b86715
+1 -1
View File
@@ -743,7 +743,7 @@ class spell_dk_death_coil : public SpellScriptLoader
}
else
{
if (AuraEffect const* auraEffect = caster->GetAuraEffect(SPELL_SIGIL_VENGEFUL_HEART,EFFECT_1))
if (AuraEffect const* auraEffect = caster->GetAuraEffect(SPELL_SIGIL_VENGEFUL_HEART, EFFECT_1))
damage += auraEffect->GetBaseAmount();
caster->CastCustomSpell(target, SPELL_DEATH_COIL_DAMAGE, &damage, NULL, NULL, true);
}