fix(Scripts/Kalimdor): Azuregos should respawn within 2 and 3 days (#10645)
This commit is contained in:
parent
f932b6278c
commit
e1711e28f7
1 changed files with 2 additions and 0 deletions
|
|
@ -141,6 +141,8 @@ public:
|
|||
p->RemoveAurasDueToSpell(SPELL_FROST_BREATH);
|
||||
}
|
||||
});
|
||||
|
||||
me->SetRespawnTime(urand(2 * DAY, 3 * DAY));
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 diff) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue