mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-28 15:17:46 +00:00
retail accuracy in charainfo json
This commit is contained in:
parent
4ee9d93d32
commit
5cf5418b17
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ std::string PlayerMinimal::getInfoJson()
|
||||||
|
|
||||||
// unknowns
|
// unknowns
|
||||||
c.push_back( "0" );
|
c.push_back( "0" );
|
||||||
c.push_back( "0" );
|
c.push_back( "" );
|
||||||
c.push_back( "0" );
|
c.push_back( "0" );
|
||||||
c.push_back( "0" );
|
c.push_back( "0" );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue