diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Spells/Spell.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp index 733c7d5eb89..db1a8cf44c0 100644 --- a/src/server/game/Spells/Spell.cpp +++ b/src/server/game/Spells/Spell.cpp @@ -4554,8 +4554,7 @@ void Spell::SendChannelStart(uint32 duration) if (Creature* creatureCaster = m_caster->ToCreature()) if (!creatureCaster->HasSpellFocus(this)) - creatureCaster->SetSpellFocus(this, - ObjectAccessor::GetWorldObject(*creatureCaster, channelTarget)); + creatureCaster->SetSpellFocus(this, ObjectAccessor::GetWorldObject(*creatureCaster, channelTarget)); } unitCaster->SetUInt32Value(UNIT_CHANNEL_SPELL, m_spellInfo->Id); |