From 537cb90e1e0a3ff8461a8a55812feab78f6a07cb Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 10 九月 2018 19:43:05 +0800
Subject: [PATCH] fix:脱机挂地图线范围随机

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