From 54b3ca452de08e8cf5723a0715cc0c3853c2df3a Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 01 十二月 2018 16:35:48 +0800
Subject: [PATCH] 2549 【BUG】【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