mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-30 08:07:46 +00:00
Fixed The Formatting Again
Please be the last time
This commit is contained in:
parent
f71b5ab7f3
commit
8b1e246cc2
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ private:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
player.eventPlay ( getId (), 0, NONE, callback );
|
player.eventPlay( getId (), 0, NONE, callback );
|
||||||
}
|
}
|
||||||
|
|
||||||
void Scene00001(Entity::Player& player)
|
void Scene00001(Entity::Player& player)
|
||||||
|
@ -37,12 +37,12 @@ private:
|
||||||
{
|
{
|
||||||
if( param2 == 1 ) // finish quest
|
if( param2 == 1 ) // finish quest
|
||||||
{
|
{
|
||||||
if(player.giveQuestRewards( getId(), 0 ) )
|
if( player.giveQuestRewards( getId(), 0 ) )
|
||||||
player.finishQuest( getId() );
|
player.finishQuest( getId() );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
player.eventPlay ( getId (), 1, NONE, callback );
|
player.eventPlay( getId (), 1, NONE, callback );
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Reference in a new issue