- removed: api-service
- removed: session-service - updated: moved health check out of consul registration - updated: get service info to pull the service from the default namespace for the service account - updated: the rest of the services to be able to handle the new database tables
This commit is contained in:
@@ -26,7 +26,7 @@ pub(crate) async fn handle_change_map_req(
|
||||
let request = CliChangeMapReq::decode(packet.payload.as_slice())?;
|
||||
debug!("{:?}", request);
|
||||
|
||||
let mut user_id = 0;
|
||||
let mut user_id = "".to_string();
|
||||
let mut char_id = 0;
|
||||
let mut character_id_list: Vec<u32> = Vec::new();
|
||||
let session_id;
|
||||
|
||||
Reference in New Issue
Block a user