Core/CreatureAI: std::chrono-ify DoSummon* methods

(cherry picked from commit 1245833cdd)
This commit is contained in:
Carbenium
2020-07-28 00:09:50 +02:00
committed by Shauren
parent 10e3016e85
commit b3f2ff97ff
18 changed files with 42 additions and 42 deletions

View File

@@ -683,7 +683,7 @@ public:
void DoSpawnAssassin()
{
//unknown where they actually appear
DoSummon(NPC_COILSKAR_ASSASSIN, me, 15.0f, 5000, TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT);
DoSummon(NPC_COILSKAR_ASSASSIN, me, 15.0f, 5s, TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT);
}
void JustEngagedWith(Unit* who) override