Skip to content

Commit

Permalink
Merge branch 'feature/title-system' of https://github.com/elsongabrie…
Browse files Browse the repository at this point in the history
…l/canary into feature/title-system
  • Loading branch information
elsongabriel committed Apr 26, 2024
2 parents e103d86 + 36727a6 commit 83c8cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8507,7 +8507,7 @@ void Game::processHighscoreResults(DBResult_ptr result, uint32_t playerID, uint8
} else {
characterVocation = 0;
}
//todo get char title
// todo get char title
characters.emplace_back(std::move(result->getString("name")), result->getNumber<uint64_t>("points"), result->getNumber<uint32_t>("id"), result->getNumber<uint32_t>("rank"), result->getNumber<uint16_t>("level"), characterVocation, 0);
} while (result->next());
}
Expand Down

0 comments on commit 83c8cee

Please sign in to comment.