From 65cc6607f70da938ad5d64e382ece1d37d74fa02 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 07 十二月 2021 14:38:48 +0800 Subject: [PATCH] 9341 【BT5】【主干】【后端】情缘系统(优化已结婚伴侣离线时也可以直接提亲直接成亲) --- ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Couple.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Couple.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Couple.py index 50dc7d3..1c90637 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Couple.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Couple.py @@ -93,7 +93,7 @@ PyGameData.g_marryReqInfo[tagPlayerID] = reqData reqPlayer = GameWorld.GetPlayerManager().FindPlayerByID(tagPlayerID) - isOK = PlayerLove.__DoMarryResponse(curPlayer, reqPlayer, tagPlayerID, 1) + isOK = PlayerLove.__DoMarryResponse(curPlayer, playerID, reqPlayer, tagPlayerID, 1) GameWorld.DebugAnswer(curPlayer, "设置伴侣【%s】 %s" % (tagPlayerID, isOK)) return -- Gitblit v1.8.0