mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
style fix, type consistency
This commit is contained in:
parent
7972fc9426
commit
73ceb36d7d
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ namespace Sapphire
|
||||||
Common::Weather m_currentWeather;
|
Common::Weather m_currentWeather;
|
||||||
Common::Weather m_weatherOverride;
|
Common::Weather m_weatherOverride;
|
||||||
|
|
||||||
uint64_t m_lastMobUpdate;
|
int64_t m_lastMobUpdate;
|
||||||
|
|
||||||
FestivalPair m_currentFestival;
|
FestivalPair m_currentFestival;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue