道具合成修改活动日志
This commit is contained in:
parent
44cf7fb7b2
commit
2ac9bbfee5
|
@ -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: "道具合成获得",
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue