update some command notes

This commit is contained in:
Martin Michelsen
2023-04-05 13:52:38 -07:00
parent 42e2301a8e
commit f954a7f834
2 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -836,7 +836,7 @@ static void on_9F_V3(shared_ptr<ServerState>, shared_ptr<Client> c,
static void on_96(shared_ptr<ServerState>, shared_ptr<Client> c,
uint16_t, uint32_t, const string& data) {
check_size_t<C_CharSaveInfo_V3_BB_96>(data);
check_size_t<C_CharSaveInfo_DCv2_PC_V3_BB_96>(data);
send_server_time(c);
}