hch
2018-08-14 5bb4ca0edccaf9f0e89edd4666b76d9c6adbceec
fix:切换地图请求增加 GetTeamLV接口
1个文件已修改
1 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)