1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 06:27:45 +00:00

style fix, type consistency

This commit is contained in:
NotAdam 2019-01-31 12:46:51 +11:00
parent b0f3e51f79
commit faf39e8942
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ namespace Sapphire
Common::Weather m_currentWeather;
Common::Weather m_weatherOverride;
uint64_t m_lastMobUpdate;
int64_t m_lastMobUpdate;
FestivalPair m_currentFestival;