mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
[11514] Periodic summon spells 53035, 53036, 53037.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
19ff7f0a8b
commit
927a577590
2 changed files with 10 additions and 1 deletions
|
|
@ -7722,6 +7722,15 @@ void Aura::PeriodicDummyTick()
|
|||
case 52441: // Cool Down
|
||||
target->CastSpell(target, 52443, true);
|
||||
return;
|
||||
case 53035: // Summon Anub'ar Champion Periodic (Azjol Nerub)
|
||||
target->CastSpell(target, 53014, true); // Summon Anub'ar Champion
|
||||
return;
|
||||
case 53036: // Summon Anub'ar Necromancer Periodic (Azjol Nerub)
|
||||
target->CastSpell(target, 53015, true); // Summon Anub'ar Necromancer
|
||||
return;
|
||||
case 53037: // Summon Anub'ar Crypt Fiend Periodic (Azjol Nerub)
|
||||
target->CastSpell(target, 53016, true); // Summon Anub'ar Crypt Fiend
|
||||
return;
|
||||
case 53520: // Carrion Beetles
|
||||
target->CastSpell(target, 53521, true, NULL, this);
|
||||
target->CastSpell(target, 53521, true, NULL, this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue