mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
typo error again 3
This commit is contained in:
parent
c19cc8dcdc
commit
13ea7320dc
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,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( m_id );
|
player.finishQuest( getId() );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue