diff --git a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp index 238e94e1e..04b09dca0 100644 --- a/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp +++ b/src/server/scripts/EasternKingdoms/ZulAman/boss_janalai.cpp @@ -401,7 +401,7 @@ struct npc_janalai_hatcher : public ScriptedAI ++_repeatCount; if (me->FindNearestCreature(NPC_EGG, 100.0f)) - context.Repeat(4s); + context.Repeat(5s); else { if (WorldObject* summoner = GetSummoner())