mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/Kalimdor): Azuregos should respawn within 2 and 3 days (#10645)
This commit is contained in:
@@ -141,6 +141,8 @@ public:
|
||||
p->RemoveAurasDueToSpell(SPELL_FROST_BREATH);
|
||||
}
|
||||
});
|
||||
|
||||
me->SetRespawnTime(urand(2 * DAY, 3 * DAY));
|
||||
}
|
||||
|
||||
void UpdateAI(uint32 diff) override
|
||||
|
||||
Reference in New Issue
Block a user