diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 526acd940..a686fb797 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -7569,7 +7569,7 @@ void Aura::PeriodicDummyTick() { Unit* victim = m_target->getVictim(); if( victim && victim->GetHealth() * 100 < victim->GetMaxHealth() * 35 ) - m_target->CastSpell(m_target, m_spellInfo->Id == 53511 ? 60096 : 60097, true, NULL, this); + m_target->CastSpell(m_target, spell->Id == 53511 ? 60096 : 60097, true, NULL, this); return; } default: diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 81c56deba..bbefba9d4 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9315" + #define REVISION_NR "9316" #endif // __REVISION_NR_H__