mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[9072] Implement periodic dummy aura for spells 50792, 59859, 50801 and 59858
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
81d55d4a41
commit
ec1e30490b
2 changed files with 9 additions and 1 deletions
|
|
@ -7262,6 +7262,14 @@ void Aura::PeriodicDummyTick()
|
|||
// case 50493: break;
|
||||
// // Love Rocket Barrage
|
||||
// case 50530: break;
|
||||
case 50792: // Summon iron dwarf (left or right)
|
||||
case 59859:
|
||||
m_target->CastSpell(m_target, roll_chance_i(50) ? 50790 : 50791, true, NULL, this);
|
||||
return;
|
||||
case 50801: // Summon malformed ooze (left or right)
|
||||
case 59858:
|
||||
m_target->CastSpell(m_target, roll_chance_i(50) ? 50802 : 50803, true, NULL, this);
|
||||
return;
|
||||
// Exist more after, need add later
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue