From 97cbea04b641f367c24096e69dfe058baf80b150 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 05 十二月 2018 15:42:59 +0800
Subject: [PATCH] 5242 【后端】【1.3.100】仙盟宴会答题修改为只能在宴会地图内才能答题

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py
index 25766ed..b2765ee 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py
@@ -1770,6 +1770,18 @@
     def SetExAttr13(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr13(self, *args)
     def GetExAttr14(self): return _IPY_GameObj.IPY_Player_GetExAttr14(self)
     def SetExAttr14(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr14(self, *args)
+    def GetExAttr15(self): return _IPY_GameObj.IPY_Player_GetExAttr15(self)
+    def SetExAttr15(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr15(self, *args)
+    def GetExAttr16(self): return _IPY_GameObj.IPY_Player_GetExAttr16(self)
+    def SetExAttr16(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr16(self, *args)
+    def GetExAttr17(self): return _IPY_GameObj.IPY_Player_GetExAttr17(self)
+    def SetExAttr17(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr17(self, *args)
+    def GetExAttr18(self): return _IPY_GameObj.IPY_Player_GetExAttr18(self)
+    def SetExAttr18(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr18(self, *args)
+    def GetExAttr19(self): return _IPY_GameObj.IPY_Player_GetExAttr19(self)
+    def SetExAttr19(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr19(self, *args)
+    def GetExAttr20(self): return _IPY_GameObj.IPY_Player_GetExAttr20(self)
+    def SetExAttr20(self, *args): return _IPY_GameObj.IPY_Player_SetExAttr20(self, *args)
     def GetFaction(self): return _IPY_GameObj.IPY_Player_GetFaction(self)
     def SetFaction(self, *args): return _IPY_GameObj.IPY_Player_SetFaction(self, *args)
     def GetInfamyValue(self): return _IPY_GameObj.IPY_Player_GetInfamyValue(self)

--
Gitblit v1.8.0