MaNGOS 11304
SD2 2016
UDB 400
In instance Azjol Nerub npc "world triggers" have periodic auras which periodic dummy proc are supposed to summon spiders.
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index f48d37c..4d10f4c 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -8137,6 +8137,15 @@ void Aura::PeriodicDummyTick()
case 52441: // Cool Down
target->CastSpell(target, 52443, true);
return;
+ case 53035: // Summon Anub'ar Champion (Azjol Nerub)
+ target->CastSpell(target, 53014, true);
+ return;
+ case 53036: // Summon Anub'ar Necromancer (Azjol Nerub)
+ target->CastSpell(target, 53015, true);
+ return;
+ case 53037: // Summon Crypt Fiend (Azjol Nerub)
+ target->CastSpell(target, 53016, true);
+ return;
case 53520: // Carrion Beetles
target->CastSpell(target, 53521, true, NULL, this);
target->CastSpell(target, 53521, true, NULL, this);