From 4cd9d842ba557df0c1fd0f3ce46fb68ce9ebc42f Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 01 七月 2022 18:01:40 +0800
Subject: [PATCH] 9647 【新后台】【yn_1.0.1】【yn_ver1】新增功能(增加查询历史榜单;查询实时榜单、历史榜单跳转优化)

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

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py
index 9454e82..5a4e596 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_AddTitle.py
@@ -33,6 +33,7 @@
     playerFind = gmCmdDict.get(GMCommon.Def_GMKey_PlayerFind, '')
     titleID = GameWorld.ToIntDef(gmCmdDict.get('titleID', ''), 0)
     expireTime = GameWorld.ToIntDef(gmCmdDict.get('expireTime', ''), 0)
+    opType = gmCmdDict.get('opType', '')
     
     if titleID <= 0:
         GMCommon.GMCommandResult(orderId, gmCmdDict, GMCommon.Def_ParamErr)
@@ -60,7 +61,7 @@
         return
     
     isOnlineGMT = True # 是否是在线接收的GM工具命令
-    GMCommon.GMTool_MapServer_Query(queryType, orderId, playerFind, gmCmdDict, "GMTAddTitle", [orderId, isOnlineGMT, titleID, expireTime], False)
+    GMCommon.GMTool_MapServer_Query(queryType, orderId, playerFind, gmCmdDict, "GMTAddTitle", [orderId, isOnlineGMT, titleID, expireTime, opType], False)
     return
 
 #def OnOfflineGMTInfo(curPlayer, tagMapID, gmCmdDict):

--
Gitblit v1.8.0