1
Fork 0
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:
Dantestyle 2018-07-31 00:09:29 +02:00
parent eb6a405e32
commit ddd3d11bd4

View file

@ -325,7 +325,7 @@ void Core::DebugCommandHandler::set( char * data, Entity::Player& player, boost:
uint16_t questId;
uint8_t questBit;
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 ) )
{