From 5d2ebba5ac19aedfa22185a0cda4ba3b3ad827ab Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sun, 21 Jul 2019 21:40:16 +1000 Subject: [PATCH] retail accuracy in charainfo json --- src/api/PlayerMinimal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/PlayerMinimal.cpp b/src/api/PlayerMinimal.cpp index 2ea32f5f..c0a6ba34 100644 --- a/src/api/PlayerMinimal.cpp +++ b/src/api/PlayerMinimal.cpp @@ -146,7 +146,7 @@ std::string PlayerMinimal::getInfoJson() // unknowns c.push_back( "0" ); - c.push_back( "0" ); + c.push_back( "" ); c.push_back( "0" ); c.push_back( "0" );