From a9415978e2c4b94debfb59787771e1434a1adf19 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期三, 10 四月 2024 13:58:44 +0800 Subject: [PATCH] 10130 【后端】福地争夺资源功能(增加摇人功能) --- ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_UnLockIP.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_UnLockIP.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_UnLockIP.py index 5df9012..61160b8 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_UnLockIP.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_UnLockIP.py @@ -50,7 +50,7 @@ #通知成功 GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success) #记录流向 - DataRecordPack.DR_ToolGMOperate(0, '', gmCmdDict.get(GMCommon.Def_GMKey_Type, unLockIP)) + DataRecordPack.DR_ToolGMOperate(0, '', '', gmCmdDict.get(GMCommon.Def_GMKey_Type, unLockIP)) else: GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Unknow) -- Gitblit v1.8.0