mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
feat(Core/Time): remove inherited ACE Time (#3455)
Co-authored-by: Viste <viste02@gmail.com>
This commit is contained in:
@@ -846,7 +846,7 @@ public:
|
||||
{
|
||||
time_t curtime = time(nullptr);
|
||||
tm strDate;
|
||||
ACE_OS::localtime_r(&curtime, &strDate);
|
||||
localtime_r(&curtime, &strDate);
|
||||
|
||||
if (strDate.tm_min == 0 || strDate.tm_min == 30)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user