fix (Boss/Script) Increase Spell Hatch Egg cooldown by one second. (#21090)
This commit is contained in:
parent
3cdbff009c
commit
712e4af5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue