feat(将魂出售): 修复将魂回收的问题

4cfbce94e - 2fa8c7a91 by zhangxk
This commit is contained in:
luying
2023-07-19 15:51:04 +08:00
parent 523eaad05e
commit f09ebd56b1
5 changed files with 79 additions and 59 deletions

View File

@@ -68,6 +68,5 @@ export interface guildInter {
export interface recycleSoulFastPara {
hid: number;
goodsId: number;
count: number;
}