mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[9094] Implement periodic dummy aura for spell 46041
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
65f4e7d278
commit
15193ab9c3
2 changed files with 6 additions and 3 deletions
|
|
@ -7223,8 +7223,11 @@ void Aura::PeriodicDummyTick()
|
|||
// case 45960: break;
|
||||
// // Darkness
|
||||
// case 45996: break;
|
||||
// // Summon Blood Elves Periodic
|
||||
// case 46041: break;
|
||||
case 46041: // Summon Blood Elves Periodic
|
||||
m_target->CastSpell(m_target, 46037, true, NULL, this);
|
||||
m_target->CastSpell(m_target, roll_chance_i(50) ? 46038 : 46039, true, NULL, this);
|
||||
m_target->CastSpell(m_target, 46040, true, NULL, this);
|
||||
return;
|
||||
// // Transform Visual Missile Periodic
|
||||
// case 46205: break;
|
||||
// // Find Opening Beam End
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue