xdh
2019-05-17 e8b853ab499900513f5bdbb693d53815414e5d8a
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBLogic.py
@@ -525,9 +525,8 @@
    gameMap = GameWorld.GetMap()
    gameMapID = gameMap.GetMapID()
    
    #如果已经设置过副本功能线路属性,则进入时同步玩家,一般下线重登或者非第一个进入该副本的玩家(如队友)会收到该包
    if FBCommon.GetHadSetFBPropertyMark() and gameMap.GetMapFBType() != IPY_GameWorld.fbtSingle:
        PlayerControl.SetFBFuncLineID(curPlayer, FBCommon.GetFBPropertyMark())
    reqFuncLineID = curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Dict_ReqFBFuncLine)
    PlayerControl.SetFBFuncLineID(curPlayer, reqFuncLineID)
        
    #成长NPC所需数据初始化
    InitFBNPCStrengthenData(curPlayer, gameMap)