删除测试代码

This commit is contained in:
by 2024-06-25 17:52:12 +08:00
parent 7e05717d2e
commit f24d6c740b
1 changed files with 5 additions and 1 deletions

View File

@ -967,7 +967,6 @@ func (this *WelfareMgr) WelfareSwitch(p *Player, platform string, op int) {
// Welfareturnplate 转盘红点
func (this *WelfareMgr) Welfareturnplate(p *Player, op int32) bool { // 0 红点提示 1全部领取
p.AddDiamond(10000, 0, common.GainWay_Shop_Buy, "system", "")
var isShow bool
info := this.GetConfig(p.Platform)
turnplate := info.WelfareTurnplateDateList
@ -1897,6 +1896,11 @@ func (this *WelfareMgr) DiamondBankTakeCoin(p *Player) {
p.SendToClient(int(welfare.SPacketID_PACKET_SCDiamondBankTakeDiamond), pack)
}
}
// 更新数据
func (this *WelfareMgr) UpdateDiamondBankData(p *Player) {
}
func (this *WelfareMgr) Update() {
}