mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7012] Fix use SpellVisual data
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
1f4b00a848
commit
ba5e3dabc6
4 changed files with 5 additions and 5 deletions
|
|
@ -5338,7 +5338,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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue