道具合成修改活动日志

This commit is contained in:
DESKTOP-45ANQ2C\unis 2024-11-23 16:59:22 +08:00 committed by sk
parent 343a7a7abb
commit 9b3d0aeb6e
1 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ func CSUpBagInfo(s *netlib.Session, packetid int, data interface{}, sid int64) e
ItemNum: int64(-msg.GetItemNum()),
},
},
GainWay: common.GainWayItemFen,
GainWay: common.GainWayCompound,
Operator: "system",
Remark: fmt.Sprintf("道具合成%v消耗", msg.GetItemId()),
})
@ -489,7 +489,7 @@ func CSUpBagInfo(s *netlib.Session, packetid int, data interface{}, sid int64) e
ItemNum: int64(msg.GetItemNum()),
},
},
GainWay: common.GainWayItemFenGain,
GainWay: common.GainWayCompoundGain,
Operator: "system",
Remark: "道具合成获得",
})