no message
This commit is contained in:
parent
e224d2a4bd
commit
d5332ddb34
|
@ -2033,6 +2033,7 @@ func (this *Player) ResetPermit() {
|
||||||
// 清理数据
|
// 清理数据
|
||||||
bag := BagMgrSingleton.GetBagInfo(this.SnId)
|
bag := BagMgrSingleton.GetBagInfo(this.SnId)
|
||||||
if bag != nil {
|
if bag != nil {
|
||||||
|
if bag.BagItem[common.ItemIDPermit] != nil {
|
||||||
BagMgrSingleton.AddItems(&model.AddItemParam{
|
BagMgrSingleton.AddItems(&model.AddItemParam{
|
||||||
Platform: this.Platform,
|
Platform: this.Platform,
|
||||||
SnId: this.SnId,
|
SnId: this.SnId,
|
||||||
|
@ -2046,6 +2047,7 @@ func (this *Player) ResetPermit() {
|
||||||
Operator: "system",
|
Operator: "system",
|
||||||
Remark: "赛季积分清理",
|
Remark: "赛季积分清理",
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
if model.GameParamData.PermitInitScore > 0 {
|
if model.GameParamData.PermitInitScore > 0 {
|
||||||
bagInfo := BagMgrSingleton.GetBagInfo(this.SnId)
|
bagInfo := BagMgrSingleton.GetBagInfo(this.SnId)
|
||||||
|
|
Loading…
Reference in New Issue