mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
Fixed another issue with ls creation'
This commit is contained in:
parent
9704069703
commit
c4b74f7d2e
1 changed files with 2 additions and 0 deletions
|
@ -548,6 +548,8 @@ void EventMgr::resumeScene( Entity::Player& player, uint32_t eventId, uint32_t s
|
|||
if( !pEvent )
|
||||
return;
|
||||
|
||||
pEvent->setPlayedScene( false );
|
||||
pEvent->setEventReturnCallback( nullptr );
|
||||
auto resumeEvent = makeZonePacket< FFXIVIpcResumeEventScene2 >( player.getId() );
|
||||
resumeEvent->data().handlerId = eventId;
|
||||
resumeEvent->data().sceneId = static_cast< uint8_t >( scene );
|
||||
|
|
Loading…
Add table
Reference in a new issue