Skip to content

Commit

Permalink
fix (Boss/Script) Increase Spell Hatch Egg cooldown by one second. (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorschach91 authored Jan 4, 2025
1 parent 3cdbff0 commit 712e4af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 712e4af

Please sign in to comment.