mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +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
|
|
@ -4120,7 +4120,7 @@ void Aura::HandlePeriodicDamage(bool apply, bool Real)
|
|||
case SPELLFAMILY_GENERIC:
|
||||
{
|
||||
// Pounce Bleed
|
||||
if ( m_spellProto->SpellIconID == 147 && m_spellProto->SpellVisual == 0 )
|
||||
if ( m_spellProto->SpellIconID == 147 && m_spellProto->SpellVisual[0] == 0 )
|
||||
{
|
||||
// $AP*0.18/6 bonus per tick
|
||||
if (apply && !loading && caster)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue