This commit is contained in:
aozhiwei 2024-10-12 14:52:34 +08:00
parent 8fe90377b7
commit 4547820c28

View File

@ -598,6 +598,7 @@ func (this *player) CMChooseBattleItem(hdr *f5.MsgHdr, msg *cs.CMChooseBattleIte
q5.DuckToSimple(rspObj.ItemNum, &itemNum)
q5.DuckToSimple(rspObj.ItemType, &itemType)
q5.DuckToSimple(rspObj.ItemSubType, &itemSubType)
this.SendMsg(rspMsg)
this.GetTeam().SendUpdateNotify()
})
}