1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-05 23:57:46 +00:00

As per my habit

This commit is contained in:
Dantestyle 2018-09-01 17:05:50 +02:00
parent 63ef3bafbd
commit fbe09f2bb8

View file

@ -85,12 +85,9 @@ private:
player.playScene( getId(), 6, INVIS_OTHER_PC,
[ & ]( Entity::Player& player, const Event::SceneResult& result )
{
if( result.param2 == 1 )
{
player.updateQuest( getId(), SEQ_FINISH );
player.prepareZoning( player.getZoneId(), true, 1, 0 );
player.changePosition( 9, 40, 14, 2 );
}
} );
}