hch
2019-06-24 3d54f6b3fc54d34bb59d31ccb7562fe11efc6200
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/BillboardData.py
@@ -82,9 +82,9 @@
    for i in xrange(count):
        dataPlayerID = curDataCount + 1 + i
        dataPlayerName = "%s%s" % (FakeName, i)
        cmpValue1 = max(0, cmpValue1 - i)
        cmpValue2 = max(0, cmpValue2 - i)
        PlayerBillboard.UpdatePlayerBillboard(dataPlayerID, dataPlayerName, curPlayerOpInfo, billboardIndex, bType2, value1, value2, cmpValue1, autoSort, cmpValue2)
        dataCmpValue1 = max(0, cmpValue1 - i)
        dataCmpValue2 = max(0, cmpValue2 - i)
        PlayerBillboard.UpdatePlayerBillboard(dataPlayerID, dataPlayerName, curPlayerOpInfo, billboardIndex, bType2, value1, value2, dataCmpValue1, autoSort, dataCmpValue2)
        
    billBoard.Sort()