优化
This commit is contained in:
parent
522f7bb036
commit
013b666a75
@ -128,7 +128,7 @@ func PlayroomBackData(p *Player) {
|
|||||||
if ChargeMod.IsWeeklyDiscountDay() {
|
if ChargeMod.IsWeeklyDiscountDay() {
|
||||||
w1 := playroomCfg.GetShopWeeklyLimit()
|
w1 := playroomCfg.GetShopWeeklyLimit()
|
||||||
for k, v := range w1 {
|
for k, v := range w1 {
|
||||||
limitNum := ChargeMod.WeeklyDiscount[k]
|
limitNum := PlayroomMod.WeeklyDiscount[k]
|
||||||
weeklyDiscount[int32(k)] = &proto.WeeklyDiscountInfo{
|
weeklyDiscount[int32(k)] = &proto.WeeklyDiscountInfo{
|
||||||
Id: int32(k),
|
Id: int32(k),
|
||||||
Discount: int32(v.Discount),
|
Discount: int32(v.Discount),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user