From ce185c6150887f187a7bbe3266cc2bd57286e380 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 28 十二月 2018 15:59:08 +0800
Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(增加段位匹配范围字段)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py
index 0e0b6a1..5d67aeb 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py
@@ -291,6 +291,7 @@
def GetChangeMapType(self): return _IPY_GameWorld1.IPY_BMChangeMapAsk_GetChangeMapType(self)
def GetCopyMapID(self): return _IPY_GameWorld1.IPY_BMChangeMapAsk_GetCopyMapID(self)
def GetCountry(self): return _IPY_GameWorld1.IPY_BMChangeMapAsk_GetCountry(self)
+ def GetTeamLV(self): return _IPY_GameWorld1.IPY_BMChangeMapAsk_GetTeamLV(self)
def SetType(self, *args): return _IPY_GameWorld1.IPY_BMChangeMapAsk_SetType(self, *args)
def SetPlayerID(self, *args): return _IPY_GameWorld1.IPY_BMChangeMapAsk_SetPlayerID(self, *args)
def SetMapID(self, *args): return _IPY_GameWorld1.IPY_BMChangeMapAsk_SetMapID(self, *args)
--
Gitblit v1.8.0