好友进房卡场房卡余额检测

This commit is contained in:
sk 2024-11-21 15:27:58 +08:00
parent 538a920a4d
commit 9f6b5469fa
1 changed files with 1 additions and 1 deletions

View File

@ -256,5 +256,5 @@ func (spd *ScenePolicyData) NeedRoomCardCost(costType, playerNum int, roomConfig
})
}
}
return []*ItemCost{}
return ret
}