From 89dbea44a916013f8532e660ddc64742e1612e10 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 23 十二月 2020 17:33:13 +0800
Subject: [PATCH] 1111 【主干】【BT】【后端】屏蔽技能CD中提示;

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
index f143363..549a3e4 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/SkillShell.py
@@ -258,7 +258,7 @@
 
     #还在冷却时间内无法释放
     if SkillCommon.RefreshSkillRemainTime(playerSkill, tick) != 0:
-        PlayerControl.NotifyCode(curPlayer, "UseSkillCDLimit")
+        #PlayerControl.NotifyCode(curPlayer, "UseSkillCDLimit")
         #AttackFailNotify(curPlayer, curSkill, ChConfig.SkillFail_CD)
         playerSkill.Sync_Skill()
         return False

--
Gitblit v1.8.0