Files
TrinityCore/src/server/shared
Naios e4e55a3dcb Core/Utilities: Add std::chrono::duration overloads to EventMap.
* makes it possible to write:
```c++
events.ScheduleEvent(1, Seconds(10));
// ... or ...
events.ScheduleEvent(2, Minutes(1) + Seconds(20));
// ... or with C++14 support:
events.ScheduleEvent(2, 45s);
```
2015-07-22 01:56:12 +02:00
..
2015-01-01 00:28:09 +01:00
2015-04-10 18:16:00 +02:00
2015-01-01 00:28:09 +01:00
2013-01-02 13:58:36 +01:00
2015-01-01 00:28:09 +01:00