Bnetserver: Fix warning

This commit is contained in:
ariel-
2016-03-11 20:06:59 -03:00
parent d6c6836ffc
commit 98a1e712d4

View File

@@ -469,7 +469,6 @@ void Battlenet::Session::HandleListSubscribeRequestCallback(PreparedQueryResult
do
{
Field* fields = result->Fetch();
uint32 build = fields[4].GetUInt32();
listSubscribeResponse->CharacterCounts.push_back({ Battlenet::RealmHandle(fields[2].GetUInt8(), fields[3].GetUInt8(), fields[1].GetUInt32()), fields[0].GetUInt8() });
} while (result->NextRow());
}