5310 【BT3_1.102.1】【BT4】【BT5】【主干】【gt_1.102.1】喜宴期间离婚出现的异常(优化为和离中无法再次发起提亲)
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerLove.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerLove.py
@@ -910,6 +910,10 @@
            GameWorld.Log("已成亲伴侣ID不一致,无法提亲! tagPlayerID(%s) != coupleID(%s)" % (tagPlayerID, coupleID), playerID)
            return
        
        if couple.GetBreakRequestID():
            PlayerControl.NotifyCode(curPlayer, "LimitByMarryBroke") # 和离中无法操作
            return
        ipyData = IpyGameDataPY.GetIpyGameData("Marry", bridePriceID)
        if not ipyData:
            return