mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-30 05:43:12 +01:00
*Mangos [7012] Fix use SpellVisual data.
--HG-- branch : trunk
This commit is contained in:
@@ -5331,7 +5331,7 @@ Unit* Spell::SelectMagnetTarget()
|
||||
|
||||
bool Spell::IsNeedSendToClient() const
|
||||
{
|
||||
return m_spellInfo->SpellVisual!=0 || IsChanneledSpell(m_spellInfo) ||
|
||||
return m_spellInfo->SpellVisual[0] || m_spellInfo->SpellVisual[1] || IsChanneledSpell(m_spellInfo) ||
|
||||
m_spellInfo->speed > 0.0f || !m_triggeredByAuraSpell && !m_IsTriggeredSpell;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user