[7272] Trailing whitespace cleaning Author: freghar

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-13 20:03:32 -06:00
parent 3eb91683b0
commit edbd3b637e
4 changed files with 7 additions and 7 deletions

View File

@@ -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;