diff options
author | Carbenium <carbenium@outlook.com> | 2020-07-26 20:44:07 +0200 |
---|---|---|
committer | Peter Keresztes Schmidt <carbenium@outlook.com> | 2020-07-26 23:30:32 +0200 |
commit | 1131229ee9c43704b11187f0b11c327db92018b6 (patch) | |
tree | bc8614c3f34492f46789033f3272f4dc0c24426f /src/common/Utilities/EventProcessor.cpp | |
parent | e6f36f83b8af4d973a96f01c6095b075dd12f5d5 (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);
Diffstat (limited to 'src/common/Utilities/EventProcessor.cpp')
0 files changed, 0 insertions, 0 deletions