fix (Boss/Script) Increase Spell Hatch Egg cooldown by one second. (#21090)

This commit is contained in:
Rocco Silipo
2025-01-04 15:51:54 +01:00
committed by GitHub
parent 3cdbff009c
commit 712e4af5c2

View File

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