From c65290e4ebcbecf93fbde371947ff99feab7d29d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 26 六月 2024 14:41:51 +0800 Subject: [PATCH] 10191 【越南】【主干】【港台】新增多种培养材料副本 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py index aad18b7..849c9c4 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py @@ -20,6 +20,7 @@ import GameWorldProcess import CrossRealmPlayer import DataRecordPack +import IpyGameDataPY import PlayerSuccess import ReadChConfig import PlayerAssist @@ -1380,6 +1381,9 @@ if mapID in value: return key + if mapID in FBCommon.GetGeneralTrainMapIDList(): + return "GeneralTrain" + #for key , value in ReadChConfig.GetEvalChConfig("MapID_ProcessPy").items(): # if mapID in value: # return key -- Gitblit v1.8.0