feat: Add support for 3.7.5x
This commit is contained in:
@@ -2,12 +2,12 @@ use std::collections::HashMap;
|
||||
|
||||
use super::*;
|
||||
|
||||
pub static UNLOCKED_AVATARS: [u32; 73] = [
|
||||
pub static UNLOCKED_AVATARS: [u32; 74] = [
|
||||
1002, 1003, 1004, 1005, 1006, 1008, 1009, 1013, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108,
|
||||
1109, 1110, 1111, 1112, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212,
|
||||
1213, 1214, 1215, 1217, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1312, 1315, 1310,
|
||||
1314, 1218, 1221, 1220, 1222, 1223, 1317, 1313, 1225, 1402, 1401, 1404, 1403, 1405, 1407, 1406,
|
||||
1409, 1014, 1015, 1408, 1410, 1412, 1413, 1414, 1415
|
||||
1409, 1014, 1015, 1408, 1410, 1412, 1413, 1414, 1415, 1321,
|
||||
];
|
||||
|
||||
pub async fn on_get_avatar_data_cs_req(
|
||||
@@ -57,18 +57,18 @@ pub async fn on_get_avatar_data_cs_req(
|
||||
level: 1,
|
||||
})
|
||||
.collect(),
|
||||
first_met_timestamp: 1712924677,
|
||||
first_met_time_stamp: 1712924677,
|
||||
..Default::default()
|
||||
})
|
||||
})
|
||||
.collect();
|
||||
|
||||
res.current_multi_path_avatar_id = HashMap::from([
|
||||
res.cur_avatar_path = HashMap::from([
|
||||
(8001, json.main_character.get_type().into()),
|
||||
(1001, json.march_type.get_type().into()),
|
||||
]);
|
||||
|
||||
res.multi_path_avatar_type_info_list = json.get_multi_path_info();
|
||||
res.multi_path_avatar_info_list = json.get_multi_path_info();
|
||||
}
|
||||
|
||||
pub async fn on_set_avatar_enhanced_id_cs_req(
|
||||
|
||||
Reference in New Issue
Block a user