[9097] Implement periodic dummy aura for spell 53520

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-01-01 18:55:38 +01:00
parent 56407bdb32
commit f9ec746123
2 changed files with 4 additions and 1 deletions

View file

@ -7297,6 +7297,9 @@ void Aura::PeriodicDummyTick()
case 52441: // Cool Down
m_target->CastSpell(m_target, 52443, true);
return;
case 53520: // Carrion Beetles
m_target->CastSpell(m_target, 53521, 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 "9096"
#define REVISION_NR "9097"
#endif // __REVISION_NR_H__