道具合成修改活动日志
This commit is contained in:
parent
343a7a7abb
commit
9b3d0aeb6e
|
|
@ -464,7 +464,7 @@ func CSUpBagInfo(s *netlib.Session, packetid int, data interface{}, sid int64) e
|
||||||
ItemNum: int64(-msg.GetItemNum()),
|
ItemNum: int64(-msg.GetItemNum()),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
GainWay: common.GainWayItemFen,
|
GainWay: common.GainWayCompound,
|
||||||
Operator: "system",
|
Operator: "system",
|
||||||
Remark: fmt.Sprintf("道具合成%v消耗", msg.GetItemId()),
|
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()),
|
ItemNum: int64(msg.GetItemNum()),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
GainWay: common.GainWayItemFenGain,
|
GainWay: common.GainWayCompoundGain,
|
||||||
Operator: "system",
|
Operator: "system",
|
||||||
Remark: "道具合成获得",
|
Remark: "道具合成获得",
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue