diff options
author | Killyana <morphone1@gmail.com> | 2020-01-01 17:38:52 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-01 17:38:52 +0100 |
commit | 0eb9e4d805dcee71ae0c8b44ad8112db37097b76 (patch) | |
tree | 21c459b4f1985bf3540caf9780ccedd60ca659e5 /src | |
parent | a32aeceb0da5d691eb655e80eb9ea7b32fc44839 (diff) |
line
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); |