From 4afde331caca5a3da568977b5517c6a5d564be2b Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 27 十一月 2018 11:17:21 +0800
Subject: [PATCH] 4923 【后端】【1.3】神兵技能
---
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