mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 07:07:45 +00:00
fix weather in zones
This commit is contained in:
parent
bccf6e200a
commit
97e2c08a9f
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ void Zone::loadCellCache()
|
||||||
|
|
||||||
uint8_t Zone::getNextWeather()
|
uint8_t Zone::getNextWeather()
|
||||||
{
|
{
|
||||||
auto zoneInfo = g_exdData.m_zoneInfoMap[getGuId() ];
|
auto zoneInfo = g_exdData.m_zoneInfoMap[getTerritoryId()];
|
||||||
|
|
||||||
uint32_t unixTime = static_cast< uint32_t >( Util::getTimeSeconds() );
|
uint32_t unixTime = static_cast< uint32_t >( Util::getTimeSeconds() );
|
||||||
// Get Eorzea hour for weather start
|
// Get Eorzea hour for weather start
|
||||||
|
|
Loading…
Add table
Reference in a new issue