hxp
2022-06-20 cfba2f8b83f7a5278833615967f22e3ca2820243
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTongTianLing.py
@@ -405,6 +405,7 @@
        clientPack.CommAwardStateList.append(curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_TTL_CommAwardRecord % i))
        clientPack.XianAwardStateList.append(curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_TTL_XianAwardRecord % i))
    clientPack.AwardStateCount = len(clientPack.CommAwardStateList)
    clientPack.StartTime = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_TTL_StartTime)
    NetPackCommon.SendFakePack(curPlayer, clientPack)
    return