aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-13 20:03:32 -0600
committermegamage <none@none>2009-02-13 20:03:32 -0600
commitedbd3b637e79f030e303bbd89e850d7ca7344f9f (patch)
tree58e8f9787a2345169470fdf6dd819707e28bc7de /src/game/Spell.cpp
parent3eb91683b07e34c9591817d0fbbaed7799dea328 (diff)
[7272] Trailing whitespace cleaning Author: freghar
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp
index 9e195538e5f..0ede1f00e4d 100644
--- a/src/game/Spell.cpp
+++ b/src/game/Spell.cpp
@@ -2286,7 +2286,7 @@ void Spell::handle_immediate()
{
//apply haste mods
m_caster->ModSpellCastTime(m_spellInfo, duration);
- // Apply duration mod
+ // Apply duration mod
if(Player* modOwner = m_caster->GetSpellModOwner())
modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DURATION, duration);
m_spellState = SPELL_STATE_CASTING;