fix(Scripts/Kalimdor): Azuregos should respawn within 2 and 3 days (#10645)

This commit is contained in:
Skjalf
2022-02-12 23:31:48 -03:00
committed by GitHub
parent f932b6278c
commit e1711e28f7

View File

@@ -141,6 +141,8 @@ public:
p->RemoveAurasDueToSpell(SPELL_FROST_BREATH);
}
});
me->SetRespawnTime(urand(2 * DAY, 3 * DAY));
}
void UpdateAI(uint32 diff) override