ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActFamilyGCZ.py
@@ -475,7 +475,7 @@
    return
def GetFamilyGCZAward(curPlayer, awardType, tick):
    ## 领奖 0-竞猜奖励;1-个人排行奖励;2-仙盟排名奖励;
    ## 领奖 0-竞猜奖励;1-个人排行奖励;2-仙盟排名奖励;3-点赞
    playerID = curPlayer.GetPlayerID()
    awardState = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_FamilyGCZAwardState)
    if awardState&pow(2, awardType):