上传装备分享
This commit is contained in:
parent
a602310920
commit
45aa790e69
@ -130,7 +130,7 @@ func (this *Chat) SendSysChatToWorld(ctype comm.ChatSystemType, appenddata inter
|
|||||||
"0": map[string]interface{}{
|
"0": map[string]interface{}{
|
||||||
"key": "0",
|
"key": "0",
|
||||||
"appendStr": jsonStr,
|
"appendStr": jsonStr,
|
||||||
"itemType": 1,
|
"itemType": pb.ChatType_EquipmentShare,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
jsonStr, _ = json.Marshal(data)
|
jsonStr, _ = json.Marshal(data)
|
||||||
|
@ -34,6 +34,7 @@ func (this *MCompConfigure) Init(service core.IService, module core.IModule, com
|
|||||||
err = this.ModuleCompBase.Init(service, module, comp, options)
|
err = this.ModuleCompBase.Init(service, module, comp, options)
|
||||||
err = this.LoadConfigure(game_global, cfg.NewGameGlobal)
|
err = this.LoadConfigure(game_global, cfg.NewGameGlobal)
|
||||||
err = this.LoadConfigure(game_initial, cfg.NewGameInitial)
|
err = this.LoadConfigure(game_initial, cfg.NewGameInitial)
|
||||||
|
err = this.LoadConfigure(game_gamecolor, cfg.NewGameGameColor)
|
||||||
err = this.LoadConfigure(game_playerlv, cfg.NewGamePlayerlv)
|
err = this.LoadConfigure(game_playerlv, cfg.NewGamePlayerlv)
|
||||||
err = this.LoadConfigure(game_facemod, cfg.NewGameFacemod)
|
err = this.LoadConfigure(game_facemod, cfg.NewGameFacemod)
|
||||||
err = this.LoadConfigure(game_comatn, cfg.NewGameComAtn)
|
err = this.LoadConfigure(game_comatn, cfg.NewGameComAtn)
|
||||||
|
Loading…
Reference in New Issue
Block a user