mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
Only for Maruhhuhu :D
This commit is contained in:
parent
eb6a405e32
commit
ddd3d11bd4
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ void Core::DebugCommandHandler::set( char * data, Entity::Player& player, boost:
|
||||||
uint16_t questId;
|
uint16_t questId;
|
||||||
uint8_t questBit;
|
uint8_t questBit;
|
||||||
int8_t BitFlag;
|
int8_t BitFlag;
|
||||||
sscanf( params.c_str(), "%hu %hhu %hu", &BitFlag, &questId, &questBit );
|
sscanf( params.c_str(), "%hhu %hu %hhu", &BitFlag, &questId, &questBit );
|
||||||
|
|
||||||
if( !player.hasQuest( questId ) )
|
if( !player.hasQuest( questId ) )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue