mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 01:37:47 +00:00
Add nest event to FcTalk
This commit is contained in:
parent
b151906f17
commit
31bd3ffb48
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
if( talkEvent == 0 )
|
||||
return;
|
||||
|
||||
eventMgr().eventStart( player, actorId, talkEvent, Event::EventHandler::EventType::Nest, 0, 5 );
|
||||
eventMgr().playScene( player, talkEvent, 0, HIDE_HOTBAR | NO_DEFAULT_CAMERA, { 0 }, nullptr );
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue