[9085] Implement periodic dummy aura for spell 50824

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2009-12-29 19:00:54 +01:00
parent fcbd0cdaa5
commit 4f54e09134
2 changed files with 4 additions and 1 deletions

View file

@ -7274,6 +7274,9 @@ void Aura::PeriodicDummyTick()
case 59858:
m_target->CastSpell(m_target, roll_chance_i(50) ? 50802 : 50803, true, NULL, this);
return;
case 50824:
m_target->CastSpell(m_target, roll_chance_i(50) ? 50825 : 50826, true, NULL, this);
return;
// Exist more after, need add later
default:
break;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9084"
#define REVISION_NR "9085"
#endif // __REVISION_NR_H__