mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-08 03:37:45 +00:00
typo...
This commit is contained in:
parent
0cba5299ef
commit
fc5bdf9dd9
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ private:
|
||||||
{
|
{
|
||||||
if( result.param2 == 1 ) // finish quest
|
if( result.param2 == 1 ) // finish quest
|
||||||
{
|
{
|
||||||
if (player.giveQuestRewards( getId(), 0))
|
if(player.giveQuestRewards( getId(), 0 ) )
|
||||||
player.finishQuest( getId() );
|
player.finishQuest( getId() );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Add table
Reference in a new issue