上传道具背包使用

This commit is contained in:
liwei1dao 2022-07-22 19:36:47 +08:00
parent 991c40f416
commit 2686593ab0

View File

@ -36,7 +36,7 @@ func (this *apiComp) Useitem(session comm.IUserSession, req *pb.ItemsUseItemReq)
return
}
switch itemcf.Usetype {
case 4:
case 6:
if prop, err = this.module.configure.GetPropsgroupConfigure(itemcf.BoxId); err != nil {
code = pb.ErrorCode_ConfigNoFound
return