mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-06 16:17:45 +00:00
As per my habit
This commit is contained in:
parent
63ef3bafbd
commit
fbe09f2bb8
1 changed files with 0 additions and 3 deletions
|
@ -85,12 +85,9 @@ private:
|
||||||
player.playScene( getId(), 6, INVIS_OTHER_PC,
|
player.playScene( getId(), 6, INVIS_OTHER_PC,
|
||||||
[ & ]( Entity::Player& player, const Event::SceneResult& result )
|
[ & ]( Entity::Player& player, const Event::SceneResult& result )
|
||||||
{
|
{
|
||||||
if( result.param2 == 1 )
|
|
||||||
{
|
|
||||||
player.updateQuest( getId(), SEQ_FINISH );
|
player.updateQuest( getId(), SEQ_FINISH );
|
||||||
player.prepareZoning( player.getZoneId(), true, 1, 0 );
|
player.prepareZoning( player.getZoneId(), true, 1, 0 );
|
||||||
player.changePosition( 9, 40, 14, 2 );
|
player.changePosition( 9, 40, 14, 2 );
|
||||||
}
|
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue