xdh
2019-06-22 20f6249c88812b2c00469e86d3adb2dfb4cd5d5b
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_FBLinePlayerCnt.py
@@ -105,7 +105,7 @@
            if not isAllLine and tagFBLineID != fblineID:
                continue
            playerCnt = playerManager.GetPlayerCount()
            hpPer = GameLogic_HorsePetBoss.GetBossRemainHPPer(fblineID, tick)
            hpPer = GameLogic_HorsePetBoss.GetBossRemainHPPer(index, fblineID, tick)
            fbLinePlayerCntDict[fblineID] = [playerCnt, str(hpPer)]
            if not isAllLine:
                break
@@ -120,7 +120,7 @@
            if not isAllLine and tagFBLineID != fblineID:
                continue
            playerCnt = playerManager.GetPlayerCount()
            hpPer = GameLogic_AllFamilyBoss.GetBossRemainHPPer(tick)
            hpPer = GameLogic_AllFamilyBoss.GetBossRemainHPPer(index, tick)
            fbLinePlayerCntDict[fblineID] = [playerCnt, str(hpPer)]
            if not isAllLine:
                break