From 4730b7dcb7d4ba02c746972e5a262397f6d954f6 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 18 十一月 2024 16:54:21 +0800
Subject: [PATCH] 10261 【越南】【砍树】【英文】【tqxbqy】【btgotq】头像框,头像(补充跨服榜单Value3、Value4,包含古神参与、召集、积分榜,boss历练活动榜、古宝养成活动榜、骑宠养成活动榜、仙匣秘境活动榜;)

---
 ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py
index a634f1d..3242327 100644
--- a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py
+++ b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py
@@ -251,7 +251,7 @@
     # 个人补偿GM工具
     # 由于GameServer处理多个玩家补偿同一物品时只收一次命令包处理(只插入一条物品数据)
     # 故此处先查出多个玩家账号/昵称对应的playerID,更改命令字典信息后,压入包,再推给GameServer
-    if gmCmdManger.funcName == "GMT_AddPersonalCompensation":
+    if gmCmdManger.funcName in ["GMT_AddPersonalCompensation", "GMT_CompensationQueryPersonal"]:
         gmCmdDict = gmCmdManger.gmCmdDict
         playerList = gmCmdDict.get("playerList", '')
         playerList = playerList.split(",")
@@ -261,6 +261,10 @@
     
         playerIDList = []
         queryType = gmCmdDict.get(GMCommon.Def_GMKey_QueryType, '')
+        if queryType == GMCommon.Def_GMKey_FamilyID:
+            # 根据家族ID的不处理,直接推
+            return GMCommon.Def_SendToGameServer, ""
+        
         playerFind = gmCmdDict.get(GMCommon.Def_GMKey_PlayerFind, '')
         
         for playerFind in playerList:

--
Gitblit v1.8.0