From 56ae47514b78d6b4ae0019e4fccc8837df076be4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 24 十二月 2019 19:48:06 +0800
Subject: [PATCH] 8361 【主干】首充三天领取

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GMTUnForbidTalk.py |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GMTUnForbidTalk.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GMTUnForbidTalk.py
index 707f179..ac2780e 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GMTUnForbidTalk.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/RemoteQuery/GY_Query_GMTUnForbidTalk.py
@@ -41,12 +41,6 @@
     if not curFindPlayer or curFindPlayer.IsEmpty():
         return ''
     
-    #===========================================================================
-    # accState = curFindPlayer.GetAccState()
-    # if (accState & pow(2, ChConfig.Def_PysForbidTalk)) > 0:
-    #    curFindPlayer.SetAccState(accState ^ pow(2, ChConfig.Def_PysForbidTalk))
-    #===========================================================================
-        
     curFindName = curFindPlayer.GetPlayerName()
     #流向
     DataRecordPack.DR_ToolGMOperate(query_ID, curFindName, curFindPlayer.GetAccID(), 'GMTUnForbidTalk')
@@ -61,7 +55,7 @@
             break
     
     PlayerControl.SetGMForbidenTalk(curFindPlayer, 0)
-    PlayerControl.NotifyCode(curFindPlayer, "GeRen_liubo_97211")
+    #PlayerControl.NotifyCode(curFindPlayer, "GeRen_liubo_97211")
     return ''
 
 

--
Gitblit v1.8.0