fix: 修复宠物竞技奖励计算逻辑错误
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-03-05 13:34:06 +08:00
committed by cnb
parent 7e3cfa5875
commit 10e1126cd7
2 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ func (r *RPCfight) ADD(s string) {
}
func (r *RPCfight) Cancel(s string) {
r.zs.Remove()
// r.zs.Remove()
}
///定义map,存储用户对战斗容器的映射,便于外部传入时候进行直接操作