From 0ca7f7bf908b784ceb915fba916450b21d364aac Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 27 十二月 2019 16:31:31 +0800
Subject: [PATCH] 8350 【主干】【后端】添加按仙盟为单位给盟成员群发邮件(个人邮件增加发送仙盟成员支持,仅发邮件时的仙盟成员可收到)

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

diff --git a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py
index a634f1d..416ce9c 100644
--- a/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py
+++ b/ServerPython/db/PyMongoDataServer/GMToolLogicProcess/ProjSpecialProcess.py
@@ -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