aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuraEffects.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-19 17:13:20 +0200
committerSpp <none@none>2010-04-19 17:13:20 +0200
commit450c6af43bd18b42dc9475befa062d51f04a946c (patch)
treee8e16b6deee5e4c96a58d99825a051891cbffb68 /src/game/SpellAuraEffects.cpp
parent97b7aa111691d8545e1b6666c23251f20e61a8d9 (diff)
Code Style: Remove trailing spaces and tab to spaces
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuraEffects.cpp')
-rw-r--r--src/game/SpellAuraEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuraEffects.cpp b/src/game/SpellAuraEffects.cpp
index cb417e50804..cf35274d38c 100644
--- a/src/game/SpellAuraEffects.cpp
+++ b/src/game/SpellAuraEffects.cpp
@@ -518,7 +518,7 @@ int32 AuraEffect::CalculateAmount(Unit * caster)
if (pAurEff)
bonus += (float)pAurEff->GetAmount() / 100.0f;
- DoneActualBenefit = caster->SpellBaseHealingBonus(GetSpellSchoolMask(GetSpellProto())) * bonus;
+ DoneActualBenefit = caster->SpellBaseHealingBonus(GetSpellSchoolMask(GetSpellProto())) * bonus;
}
break;
case SPELLFAMILY_PALADIN: