mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +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);
|
p->RemoveAurasDueToSpell(SPELL_FROST_BREATH);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
me->SetRespawnTime(urand(2 * DAY, 3 * DAY));
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateAI(uint32 diff) override
|
void UpdateAI(uint32 diff) override
|
||||||
|
|||||||
Reference in New Issue
Block a user