diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
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; |