mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 16:37:45 +00:00
another style
This commit is contained in:
parent
737ec76e11
commit
1bfd9fa2b5
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ private:
|
|||
|
||||
void Scene00002( Entity::Player& player )
|
||||
{
|
||||
player.updateQuest( getId(), 1 );
|
||||
player.updateQuest( getId(), SEQ_1 );
|
||||
player.playSceneChain( getId(), 2, NONE, bindScene( &ManSea001::Scene00003 ) );
|
||||
}
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@ private:
|
|||
player.playScene( getId(), 1, FADE_OUT | CONDITION_CUTSCENE | HIDE_UI,
|
||||
[&]( Entity::Player& player, const Event::SceneResult& result )
|
||||
{
|
||||
player.updateQuest( getId(), 1 );
|
||||
player.updateQuest( getId(), SEQ_1 );
|
||||
player.setQuestUI8CH( getId(), 1 );
|
||||
} );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue