mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
Update JobWhm001.cpp
This commit is contained in:
parent
c536b0e7cf
commit
50b288f8c9
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ private:
|
||||||
if( result.getResult( 0 ) == 1 )
|
if( result.getResult( 0 ) == 1 )
|
||||||
{
|
{
|
||||||
if( player.collectHandInItems( { Ritem2 } ) )
|
if( player.collectHandInItems( { Ritem2 } ) )
|
||||||
player.finishQuest( getId() );
|
player.finishQuest( getId() ); //TODO: Achievement
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue