mirror of
https://git.neonteam.dev/amizing/robinsr.git
synced 2025-03-12 03:28:30 -04:00
fix: Fix stuck when clicking relic
This commit is contained in:
parent
ec0ae7ab2e
commit
68caed75eb
@ -64,3 +64,11 @@ pub async fn on_take_off_equipment_cs_req(
|
|||||||
_res: &mut TakeOffEquipmentScRsp,
|
_res: &mut TakeOffEquipmentScRsp,
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub async fn on_relic_recommend_cs_req(
|
||||||
|
_: &mut PlayerSession,
|
||||||
|
req: &RelicRecommendCsReq,
|
||||||
|
res: &mut RelicRecommendScRsp,
|
||||||
|
) {
|
||||||
|
res.avatar_id = req.avatar_id
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user