Revert "推币机配置修改"

This reverts commit 67a1006ff0.
This commit is contained in:
DESKTOP-45ANQ2C\unis 2025-01-17 14:31:58 +08:00
parent 32dd3a61d2
commit c6ec268dc4
1 changed files with 0 additions and 13 deletions

View File

@ -2992,19 +2992,6 @@ func init() {
player.AddDiamond(addCoin, 0, 5555, "platform", "dubeg加钻石")
player.SendDiffData()
jsonRet.Data.Count = player.Diamond
} else if msg.Rpc == 12 {
items := []*model.Item{{
ItemId: int32(msg.Bankcoin),
ItemNum: int64(msg.Daybuytimes),
}}
BagMgrSingleton.AddItems(&model.AddItemParam{
Platform: player.Platform,
SnId: player.SnId,
Change: items,
GainWay: common.GainWay_ItemUse,
Operator: "system",
Remark: "测试",
})
}
jsonDataRsp, err = json.Marshal(jsonRet)