From 32c4493813924e3f13485c803cd9b27a558927fd Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期五, 28 六月 2019 10:35:34 +0800
Subject: [PATCH] 7595 【前端】【主干】同步仙宝奇缘后台优化 - 添加客户端版本号

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py |   17 -----------------
 1 files changed, 0 insertions(+), 17 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 f7fa723..5a2e429 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameObj.py
@@ -910,23 +910,6 @@
 IPY_Friend_swigregister = _IPY_GameObj.IPY_Friend_swigregister
 IPY_Friend_swigregister(IPY_Friend)
 
-class IPY_Account(_object):
-    __swig_setmethods__ = {}
-    __setattr__ = lambda self, name, value: _swig_setattr(self, IPY_Account, name, value)
-    __swig_getmethods__ = {}
-    __getattr__ = lambda self, name: _swig_getattr(self, IPY_Account, name)
-    def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract")
-    __repr__ = _swig_repr
-    def GetOperator(self): return _IPY_GameObj.IPY_Account_GetOperator(self)
-    def GetAreaID(self): return _IPY_GameObj.IPY_Account_GetAreaID(self)
-    def GetGeTuiClientID(self): return _IPY_GameObj.IPY_Account_GetGeTuiClientID(self)
-    def GetDeviceFlag(self): return _IPY_GameObj.IPY_Account_GetDeviceFlag(self)
-    def GetLastLoginTime(self): return _IPY_GameObj.IPY_Account_GetLastLoginTime(self)
-    __swig_destroy__ = _IPY_GameObj.delete_IPY_Account
-    __del__ = lambda self : None;
-IPY_Account_swigregister = _IPY_GameObj.IPY_Account_swigregister
-IPY_Account_swigregister(IPY_Account)
-
 class IPY_Player(IPY_GameObj):
     __swig_setmethods__ = {}
     for _s in [IPY_GameObj]: __swig_setmethods__.update(getattr(_s,'__swig_setmethods__',{}))

--
Gitblit v1.8.0