vip添加比赛场免费次数
This commit is contained in:
parent
ef59d75ac5
commit
e1812b5ecf
File diff suppressed because it is too large
Load Diff
|
|
@ -991,7 +991,8 @@ message VIPcfg {
|
|||
int32 Privilege8 = 14;//VIP客服标识
|
||||
int32 ShopId2 = 15;
|
||||
int32 ShopId7 = 16;
|
||||
repeated int32 BagStatus = 17;//每日礼包|每日金币礼包|固定VIP礼包 0可领取 1不可领取
|
||||
repeated int32 BagStatus = 17;//每日礼包|每日金币礼包|固定VIP礼包 0可领取 1不可领取
|
||||
int32 MatchFreeTimes = 18;// 比赛免费次数
|
||||
}
|
||||
|
||||
//VIP信息
|
||||
|
|
|
|||
2
public
2
public
|
|
@ -1 +1 @@
|
|||
Subproject commit 8f954ba7b1938774586ea07acdfa5bbbffa998e5
|
||||
Subproject commit 2c0eb89b3a6245c8c95ff2390ad0c729b931cf24
|
||||
|
|
@ -3642,6 +3642,7 @@ func (this *Player) SCVIPInfo() {
|
|||
LineId: cfg.RewardOutlineID,
|
||||
ShopId2: cfg.ShopId2,
|
||||
ShopId7: cfg.ShopId7,
|
||||
MatchFreeTimes: cfg.MatchFreeTimes,
|
||||
}
|
||||
for itemId, itemNum := range cfg.Award {
|
||||
data.Item = append(data.Item, &player_proto.ItemInfo{
|
||||
|
|
|
|||
Loading…
Reference in New Issue