remove the 64 bit bindables, and move that workaround to a sbtc branch because that server's data is screwed up

This commit is contained in:
DarthArgus
2018-05-17 17:38:15 +00:00
parent 59f2c9d7da
commit 199ab96a9b
2 changed files with 2 additions and 2 deletions
@@ -181,7 +181,7 @@ void ClientConnection::validateClient(const std::string &id, const std::string &
authOK = true;
parentAccount = api.getString("mainAccount");
childAccounts = api.getStringMap64("subAccounts");
childAccounts = api.getStringMap("subAccounts");
if (!ConfigLoginServer::getUseOldSuidGenerator()) {
user_id = static_cast<StationId>(api.getNullableValue<StationId>("user_id"));
@@ -32,7 +32,7 @@ class CharacterNameLocator : public ObjectLocator
struct CharacterNameRow
{
DB::BindableNetworkId character_id;
DB::BindableInt64 character_station_id;
DB::BindableLong character_station_id;
DB::BindableString<127> character_name;
DB::BindableString<127> character_full_name;
DB::BindableInt64 character_create_time;