mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[9097] Implement periodic dummy aura for spell 53520
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
56407bdb32
commit
f9ec746123
2 changed files with 4 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9096"
|
||||
#define REVISION_NR "9097"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue