ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py
@@ -2207,14 +2207,14 @@ return ## 自定义场景采集OK ## 自定义场景采集OK,需自带是否允许采集的判断 def OnCustomSceneCollectOK(curPlayer, mapID, lineID, npcID): do_FBLogic_ID = __GetFBLogic_MapID(mapID) callFunc = GameWorld.GetExecFunc(FBProcess, "GameLogic_%s.%s" % (do_FBLogic_ID, "OnCustomSceneCollectOK")) if callFunc: callFunc(curPlayer, mapID, lineID, npcID) return callFunc(curPlayer, mapID, lineID, npcID) return