From 2b1809b03de45a8b00f168673ea607c4857fc88a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 27 十二月 2021 14:17:40 +0800
Subject: [PATCH] 9265 【BT5】【后端】53、新增幸运云购(增加活动限制等级配置及封包通知)

---
 ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py
index d06a113..723766b 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossLuckyCloudBuy.py
@@ -903,6 +903,7 @@
     clientPack.ZoneID = zoneID
     clientPack.StartDate = ipyDataInfo.get("StartDate", "")
     clientPack.EndtDate = ipyDataInfo.get("EndDate", "")
+    clientPack.LVLimit = ipyDataInfo.get("LVLimit", 0)
     clientPack.RoundID = lotteryRec.idTime
     clientPack.RoundNum = lotteryRec.roundNum
     clientPack.SuperItemID = superItemID

--
Gitblit v1.8.0