vip添加比赛场免费次数

This commit is contained in:
sk 2024-05-31 09:58:00 +08:00
parent ef59d75ac5
commit e1812b5ecf
4 changed files with 523 additions and 511 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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

@ -1 +1 @@
Subproject commit 8f954ba7b1938774586ea07acdfa5bbbffa998e5
Subproject commit 2c0eb89b3a6245c8c95ff2390ad0c729b931cf24

View File

@ -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{