diff options
author | Carbenium <carbenium@outlook.com> | 2020-07-26 20:44:07 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-24 11:55:32 +0100 |
commit | 310f996b1daf9dea701276847aa3fb30fcd43b9e (patch) | |
tree | 6016e31d8f9f3f439f4c35868cfcde4652a898b1 /src/common/Utilities/EventProcessor.h | |
parent | 906a47b1616eebe1b9f73f0b5a849c5d946e8137 (diff) |
Core/WorldObject: Partially std::chrono-ify SummonCreature overloads
TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, uint32 despawnTime = 0);
to
TempSummon* SummonCreature(uint32 entry, float x, float y, float z, float o = 0, TempSummonType despawnType = TEMPSUMMON_MANUAL_DESPAWN, Milliseconds despawnTime = 0s);
(cherry picked from commit 1131229ee9c43704b11187f0b11c327db92018b6)
Diffstat (limited to 'src/common/Utilities/EventProcessor.h')
0 files changed, 0 insertions, 0 deletions