mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 10:37:12 +00:00
[9096] Implement periodic dummy aura for spell 52441
Note speed is not really reduced as expected, this need correction in other parts of code. Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
65c12d4998
commit
56407bdb32
3 changed files with 9 additions and 1 deletions
|
|
@ -7294,6 +7294,9 @@ void Aura::PeriodicDummyTick()
|
|||
case 50824: // Summon earthen dwarf
|
||||
m_target->CastSpell(m_target, roll_chance_i(50) ? 50825 : 50826, true, NULL, this);
|
||||
return;
|
||||
case 52441: // Cool Down
|
||||
m_target->CastSpell(m_target, 52443, true);
|
||||
return;
|
||||
// Exist more after, need add later
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue