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

Fixed initial actorids for zones

This commit is contained in:
Mordred 2019-01-19 10:37:18 +01:00
parent 4db227c5db
commit 2a7727ec51

View file

@ -64,6 +64,7 @@ Sapphire::Zone::Zone( uint16_t territoryTypeId, uint32_t guId,
FrameworkPtr pFw ) :
m_currentWeather( Weather::FairSkies ),
m_nextEObjId( 0x400D0000 ),
m_nextActorId( 0x500D0000 ),
m_pFw( pFw )
{
auto pExdData = m_pFw->get< Data::ExdDataGenerated >();