diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 981e03080..6d6e1cffe 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index b2836291e..3bf5c4320 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11513" + #define REVISION_NR "11514" #endif // __REVISION_NR_H__