xdh
2019-06-03 5c27c43c293460a98a1374504c07533ddf17d24f
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