From ff3e540bb725cccaff39d0582b53a2070ad47436 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 一月 2023 17:08:27 +0800
Subject: [PATCH] 9762 【BT8】【后端】藏宝阁(删除激活古宝技能字段)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
index 224c57c..fdc2ceb 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IpyGameDataPY.py
@@ -362,7 +362,6 @@
                         ("BYTE", "GubaoQuality", 0),
                         ("DWORD", "UnlockItemID", 0),
                         ("BYTE", "UnlockItemCnt", 0),
-                        ("list", "GiveSkillIDInfo", 0),
                         ),
 
                 "GubaoStar":(
@@ -2751,15 +2750,13 @@
         self.GubaoID = 0
         self.GubaoQuality = 0
         self.UnlockItemID = 0
-        self.UnlockItemCnt = 0
-        self.GiveSkillIDInfo = []
+        self.UnlockItemCnt = 0
         return
         
     def GetGubaoID(self): return self.GubaoID # 古宝ID
     def GetGubaoQuality(self): return self.GubaoQuality # 古宝品质
     def GetUnlockItemID(self): return self.UnlockItemID # 解锁所需物品ID
-    def GetUnlockItemCnt(self): return self.UnlockItemCnt # 解锁所需物品数量
-    def GetGiveSkillIDInfo(self): return self.GiveSkillIDInfo # 获得职业技能ID
+    def GetUnlockItemCnt(self): return self.UnlockItemCnt # 解锁所需物品数量
 
 # 古宝升星表
 class IPY_GubaoStar():

--
Gitblit v1.8.0