[9316] Restore build after [9313]

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Blackhawk 2010-02-06 20:00:04 +03:00 committed by VladimirMangos
parent 7498b1673e
commit ceca56cf69
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9315"
#define REVISION_NR "9316"
#endif // __REVISION_NR_H__