fix some ep3 documentation

This commit is contained in:
Martin Michelsen
2022-10-05 11:12:50 -07:00
parent 026befe6ac
commit 4eb46b293e
2 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -721,7 +721,7 @@ constexpr on_command_t S_V3_C4 = &S_C4<S_ChoiceSearchResultEntry_V3_C4>;
static HandlerResult S_G_E4(shared_ptr<ServerState>,
ProxyServer::LinkedSession& session, uint16_t, uint32_t, string& data) {
auto& cmd = check_size_t<S_CardLobbyGame_GC_Ep3_E4>(data);
auto& cmd = check_size_t<S_CardBattleTableState_GC_Ep3_E4>(data);
bool modified = false;
for (size_t x = 0; x < 4; x++) {
if (cmd.entries[x].guild_card_number == session.remote_guild_card_number) {