Merge pull request #134 from azerothcore/master

Minor update
This commit is contained in:
bashermens
2026-01-05 16:43:20 +01:00
committed by GitHub
844 changed files with 2731 additions and 100 deletions

View File

@@ -49,7 +49,7 @@ constexpr auto HOUR = MINUTE * 60;
constexpr auto DAY = HOUR * 24;
constexpr auto WEEK = DAY * 7;
constexpr auto MONTH = DAY * 30;
constexpr auto YEAR = MONTH * 12;
constexpr auto YEAR = DAY * 365;
constexpr auto IN_MILLISECONDS = 1000;
enum AccountTypes