mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[9316] Restore build after [9313]
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
7498b1673e
commit
ceca56cf69
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9315"
|
||||
#define REVISION_NR "9316"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue