mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
fix aetheryte_index being incorrect and causing a server crash
This commit is contained in:
parent
72e8b86239
commit
adc33d8612
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ bool Core::Data::ExdData::loadZoneInfo()
|
|||
uint16_t weather_rate = getField< uint16_t >( fields, 10 ) > 75 ? 0 : getField< uint16_t >( fields, 10 );
|
||||
auto weatherRateFields = weatherRate.get_row( weather_rate );
|
||||
|
||||
int32_t aetheryte_index = getField< int32_t >( fields, 20 );
|
||||
int32_t aetheryte_index = getField< int32_t >( fields, 23 );
|
||||
|
||||
|
||||
ZoneInfo info{ 0 };
|
||||
|
|
Loading…
Add table
Reference in a new issue