mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
Fixed Formatting
This commit is contained in:
parent
73cc3f3deb
commit
9b3026b4a6
1 changed files with 45 additions and 45 deletions
|
@ -28,7 +28,7 @@ private:
|
|||
}
|
||||
};
|
||||
|
||||
player.eventPlay ( getId (), 0, NONE, callback );
|
||||
player.eventPlay( getId (), 0, NONE, callback );
|
||||
}
|
||||
|
||||
void Scene00001(Entity::Player& player)
|
||||
|
@ -37,12 +37,12 @@ private:
|
|||
{
|
||||
if( param2 == 1 ) // finish quest
|
||||
{
|
||||
if(player.giveQuestRewards( getId(), 0 ) )
|
||||
if( player.giveQuestRewards( getId(), 0 ) )
|
||||
player.finishQuest( getId() );
|
||||
}
|
||||
};
|
||||
|
||||
player.eventPlay ( getId (), 1, NONE, callback );
|
||||
player.eventPlay( getId (), 1, NONE, callback );
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue