mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
feat(Core/Time): remove inherited ACE Time (#3455)
Co-authored-by: Viste <viste02@gmail.com>
This commit is contained in:
@@ -27411,7 +27411,7 @@ void Player::_LoadBrewOfTheMonth(PreparedQueryResult result)
|
||||
|
||||
time_t curtime = time(nullptr);
|
||||
tm localTime;
|
||||
ACE_OS::localtime_r(&curtime, &localTime);
|
||||
localtime_r(&curtime, &localTime);
|
||||
|
||||
uint16 month = uint16(localTime.tm_mon);
|
||||
uint16 eventId = month;
|
||||
|
||||
Reference in New Issue
Block a user