From 6f1219a6747e86cbfe8a11fc2d6de0e9305b03bc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 10 十一月 2023 15:47:06 +0800
Subject: [PATCH] 5503 【BT0.1】【主干】屏蔽使用物品CD提示

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py
index 76e7afd..7dcd1a6 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChItem.py
@@ -947,7 +947,7 @@
     else:
         if (tick - curPlayer.GetItemCDStartTime(curItem.GetCDType())) < curItem.GetCDTime():
             #CD冷却时间未到
-            PlayerControl.NotifyCode(curPlayer, "GeRen_chenxin_749572")
+            #PlayerControl.NotifyCode(curPlayer, "GeRen_chenxin_749572")
             GameWorld.DebugLog("CD冷却时间未到,itemID=%s,CDType=%s,tick(%s)-cdStartTime(%s)=%s < %s" 
                                % (curItem.GetItemTypeID(), curItem.GetCDType(), tick, curPlayer.GetItemCDStartTime(curItem.GetCDType()), 
                                   tick - curPlayer.GetItemCDStartTime(curItem.GetCDType()), curItem.GetCDTime()))

--
Gitblit v1.8.0