From 921ba9c6e954f2f1377cb08d5a8476c9e6c2b30e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 15 三月 2019 17:44:27 +0800
Subject: [PATCH] 6332 【后端】【2.0】主要是拍品相关规则调整及背包优化(给非拍卖物品为拍品时优化)

---
 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