删除测试代码
This commit is contained in:
parent
7e05717d2e
commit
f24d6c740b
|
|
@ -967,7 +967,6 @@ func (this *WelfareMgr) WelfareSwitch(p *Player, platform string, op int) {
|
||||||
|
|
||||||
// Welfareturnplate 转盘红点
|
// Welfareturnplate 转盘红点
|
||||||
func (this *WelfareMgr) Welfareturnplate(p *Player, op int32) bool { // 0 红点提示 1全部领取
|
func (this *WelfareMgr) Welfareturnplate(p *Player, op int32) bool { // 0 红点提示 1全部领取
|
||||||
p.AddDiamond(10000, 0, common.GainWay_Shop_Buy, "system", "")
|
|
||||||
var isShow bool
|
var isShow bool
|
||||||
info := this.GetConfig(p.Platform)
|
info := this.GetConfig(p.Platform)
|
||||||
turnplate := info.WelfareTurnplateDateList
|
turnplate := info.WelfareTurnplateDateList
|
||||||
|
|
@ -1897,6 +1896,11 @@ func (this *WelfareMgr) DiamondBankTakeCoin(p *Player) {
|
||||||
p.SendToClient(int(welfare.SPacketID_PACKET_SCDiamondBankTakeDiamond), pack)
|
p.SendToClient(int(welfare.SPacketID_PACKET_SCDiamondBankTakeDiamond), pack)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 更新数据
|
||||||
|
func (this *WelfareMgr) UpdateDiamondBankData(p *Player) {
|
||||||
|
|
||||||
|
}
|
||||||
func (this *WelfareMgr) Update() {
|
func (this *WelfareMgr) Update() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue