From 4e71c9a0ca7b507e2a3bfcfe2d8f158e06126f21 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 21 六月 2019 10:32:38 +0800
Subject: [PATCH] 7461 【后端】熊猫之力活跃度技能修改

---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py
index 7e838e8..06275cc 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyParty.py
@@ -241,7 +241,7 @@
         playerName = curPlayer.GetName()
         gameWorld.SetDict(FamilyPartyFB_QuestionID%curFamilyid, 0)
         gameWorld.SetDict(FamilyPartyFB_AnswerTick%curFamilyid, tick)
-        PlayerControl.FamilyNotify(curFamilyid, 'Party_Answer', [playerName])
+
         if curFamilyid in PyGameData.g_familyAnswerDict:
             PyGameData.g_familyAnswerDict[curFamilyid][0] +=1
             PyGameData.g_familyAnswerDict[curFamilyid][1] = tick

--
Gitblit v1.8.0