9130 【BT3】【主干】仙盟红包逻辑调整(仙盟红包可领个数由按仙盟当前人数改为按配置的红包个数)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyRedPacket.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyRedPacket.py
@@ -983,7 +983,7 @@
        family = GameWorld.GetFamilyManager().FindFamily(familyID)
        if not family:
            return
        packetCnt = min(packetCnt, family.GetCount())
        #packetCnt = min(packetCnt, family.GetCount())
#    if getType != 0:
#        commonCntLimit = IpyGameDataPY.GetFuncCfg('FamilyRedPacketCnt')
#        packetCnt = max(packetCnt, commonCntLimit)