mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
Fixed initial actorids for zones
This commit is contained in:
parent
4db227c5db
commit
2a7727ec51
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ Sapphire::Zone::Zone( uint16_t territoryTypeId, uint32_t guId,
|
||||||
FrameworkPtr pFw ) :
|
FrameworkPtr pFw ) :
|
||||||
m_currentWeather( Weather::FairSkies ),
|
m_currentWeather( Weather::FairSkies ),
|
||||||
m_nextEObjId( 0x400D0000 ),
|
m_nextEObjId( 0x400D0000 ),
|
||||||
|
m_nextActorId( 0x500D0000 ),
|
||||||
m_pFw( pFw )
|
m_pFw( pFw )
|
||||||
{
|
{
|
||||||
auto pExdData = m_pFw->get< Data::ExdDataGenerated >();
|
auto pExdData = m_pFw->get< Data::ExdDataGenerated >();
|
||||||
|
|
Loading…
Add table
Reference in a new issue