mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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;
|
||||
|
||||
if (me->FindNearestCreature(NPC_EGG, 100.0f))
|
||||
context.Repeat(4s);
|
||||
context.Repeat(5s);
|
||||
else
|
||||
{
|
||||
if (WorldObject* summoner = GetSummoner())
|
||||
|
||||
Reference in New Issue
Block a user