aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-01-03 11:00:15 -0600
committermegamage <none@none>2009-01-03 11:00:15 -0600
commit803a834b0d91adafe76e3ecbed9119d19ebe12f3 (patch)
treea37102e8ff5fa0c0377182d212ade3eeeee460f1 /src/game/SpellAuras.cpp
parentfa00f43c5c597da6c13e51522695b2ec8e972cf9 (diff)
*Mangos [7012] Fix use SpellVisual data.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 5770a68690d..6a403e74b86 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -3974,7 +3974,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)