fix (Boss/Script) Increase Spell Hatch Egg cooldown by one second. (#21090)
This commit is contained in:
@@ -401,7 +401,7 @@ struct npc_janalai_hatcher : public ScriptedAI
|
|||||||
++_repeatCount;
|
++_repeatCount;
|
||||||
|
|
||||||
if (me->FindNearestCreature(NPC_EGG, 100.0f))
|
if (me->FindNearestCreature(NPC_EGG, 100.0f))
|
||||||
context.Repeat(4s);
|
context.Repeat(5s);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (WorldObject* summoner = GetSummoner())
|
if (WorldObject* summoner = GetSummoner())
|
||||||
|
|||||||
Reference in New Issue
Block a user