1
Fork 0
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:
dude22072 2023-01-17 00:24:25 -06:00
parent c536b0e7cf
commit 50b288f8c9

View file

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