xdh
2019-06-13 fce3861665338cbd95e6810da858fd7b0d53eeaf
7203 周卡月卡红包
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py
@@ -211,7 +211,7 @@
                                  ChConfig.Def_Cost_GoldInvest, infoDict):
        return
    #红包奖励
    if investGold == deductGold:
    if not (investType in ChConfig.InvestGoldTypeList and investGold != deductGold):
        redPacketID = IpyGameDataPY.GetFuncEvalCfg('InvestRedPackAward', 1, {}).get(investType, 0)
        if redPacketID:
            PlayerFamilyRedPacket.CreatRedPacketByID(curPlayer, redPacketID)