[7012] Fix use SpellVisual data

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
DiSlord 2009-01-03 13:04:29 +03:00
parent 1f4b00a848
commit ba5e3dabc6
4 changed files with 5 additions and 5 deletions

View file

@ -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)