[11514] Periodic summon spells 53035, 53036, 53037.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
przemratajczak 2011-05-21 00:00:42 +04:00 committed by VladimirMangos
parent 19ff7f0a8b
commit 927a577590
2 changed files with 10 additions and 1 deletions

View file

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