From 1220086d487c28e3c265fdbbeb4e9ba5dbafd787 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 30 五月 2019 16:49:47 +0800
Subject: [PATCH] 6805 【后端】【2.0】副本前端化(支持骑乘、宠物的召唤限制处理)

---
 ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_LockIP.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_LockIP.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_LockIP.py
index 9f6516b..ea5c708 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_LockIP.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_LockIP.py
@@ -61,7 +61,7 @@
         
     GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_Success)
     #记录流向
-    DataRecordPack.DR_ToolGMOperate(0, '', gmCmdDict.get(GMCommon.Def_GMKey_Type, lockIP))
+    DataRecordPack.DR_ToolGMOperate(0, '', '', gmCmdDict.get(GMCommon.Def_GMKey_Type, lockIP))
     return
 
 

--
Gitblit v1.8.0