add a bit more of dc nte

This commit is contained in:
Martin Michelsen
2022-10-29 19:27:44 -07:00
parent 52625aed9c
commit 2ce9e58177
7 changed files with 106 additions and 36 deletions
+1 -1
View File
@@ -610,7 +610,7 @@ static void server_command_convert_char_to_bb(shared_ptr<ServerState> s,
// Request the player data. The client will respond with a 61, and the handler
// for that command will execute the conversion
send_command(c, 0x95, 0x00);
send_get_player_info(c);
}
////////////////////////////////////////////////////////////////////////////////