From fe94844205ade47d1652ddd80ccfbfe0fac4a20f Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 19 六月 2019 15:27:20 +0800
Subject: [PATCH] 7385 【2.0】【后端】超值礼包修改

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
index 0bebfc8..b957a66 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -96,6 +96,7 @@
                         ("WORD", "LimiRealmLV", 0),
                         ("DWORD", "LimitMissionID", 0),
                         ("BYTE", "LimitVIPLV", 0),
+                        ("char", "MailKey", 0),
                         ),
 
                 "ItemCompound":(
@@ -1609,7 +1610,8 @@
         self.LimitMagicWeapon = 0
         self.LimiRealmLV = 0
         self.LimitMissionID = 0
-        self.LimitVIPLV = 0
+        self.LimitVIPLV = 0
+        self.MailKey = ""
         return
         
     def GetFuncId(self): return self.FuncId # 功能标识
@@ -1617,7 +1619,8 @@
     def GetLimitMagicWeapon(self): return self.LimitMagicWeapon # 需要解锁法宝ID
     def GetLimiRealmLV(self): return self.LimiRealmLV # 需要境界等级
     def GetLimitMissionID(self): return self.LimitMissionID # 需要完成的任务ID
-    def GetLimitVIPLV(self): return self.LimitVIPLV # 需要VIP等级
+    def GetLimitVIPLV(self): return self.LimitVIPLV # 需要VIP等级
+    def GetMailKey(self): return self.MailKey # 邮件
 
 # 合成表
 class IPY_ItemCompound():

--
Gitblit v1.8.0