diff options
author | Blaymoira <none@none> | 2008-12-12 22:21:30 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2008-12-12 22:21:30 +0100 |
commit | 42fae1a799dc17aee9fe4aa78ee4ade82eec72d5 (patch) | |
tree | d08c75e391615bbb866ba8c020ec7dfb77ef844c /src/game/SpellEffects.cpp | |
parent | 041cbec7de90c4a2f627af95e6842328dfe646fe (diff) |
*Fix a typo.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 64ef8c2baf2..011c69dcc27 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1238,7 +1238,7 @@ void Spell::EffectDummy(uint32 i) if(!unitTarget) return; - int32 basePoints0 = damage+int32(m_caster->GetPower(POWER_RAGE) * m_spellInfo->DmgMultiplier[i] m); + int32 basePoints0 = damage+int32(m_caster->GetPower(POWER_RAGE) * m_spellInfo->DmgMultiplier[i]); m_caster->CastCustomSpell(unitTarget, 20647, &basePoints0, NULL, NULL, true, 0); m_caster->SetPower(POWER_RAGE,0); return; |