From 71defd3b69968cd61257bc96ccf04eb710dc68ca Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 12 十一月 2018 20:03:15 +0800
Subject: [PATCH] 2250 【1.2】队伍分线成员管理异常;(添加队伍变更跟踪流向)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_ClientToServer.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_ClientToServer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_ClientToServer.py
index 01ea434..33ccd7e 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_ClientToServer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_ClientToServer.py
@@ -374,6 +374,8 @@
def GetPhone(self): return _IPY_ClientToServer.IPY_CPlayerLogin_GetPhone(self)
def GetServerID(self): return _IPY_ClientToServer.IPY_CPlayerLogin_GetServerID(self)
def GetAdult(self): return _IPY_ClientToServer.IPY_CPlayerLogin_GetAdult(self)
+ def GetExtraLen(self): return _IPY_ClientToServer.IPY_CPlayerLogin_GetExtraLen(self)
+ def GetExtra(self): return _IPY_ClientToServer.IPY_CPlayerLogin_GetExtra(self)
def __init__(self):
this = _IPY_ClientToServer.new_IPY_CPlayerLogin()
try: self.this.append(this)
--
Gitblit v1.8.0