1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-01 16:37:45 +00:00

another style

This commit is contained in:
Dantestyle 2018-07-29 16:12:35 +02:00
parent 737ec76e11
commit 1bfd9fa2b5
2 changed files with 2 additions and 2 deletions

View file

@ -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 ) );
}

View file

@ -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 );
} );
}