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
@@ -109,7 +109,7 @@ public:
{
const Position src = {147.927444f, -3851.513428f, 130.893f, 0};
Position dst = me->GetRandomPoint(src, 7.0f);
DoSummon(NPC_MARAUDING_OWL, dst, 25000, TEMPSUMMON_CORPSE_TIMED_DESPAWN);
DoSummon(NPC_MARAUDING_OWL, dst, 25s, TEMPSUMMON_CORPSE_TIMED_DESPAWN);
}
break;
case 44: