[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:
NoFantasy 2010-01-01 18:35:08 +01:00
parent 65c12d4998
commit 56407bdb32
3 changed files with 9 additions and 1 deletions

View file

@ -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;