From 149afba0633985377f570abfc51e70508db15e2e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 30 十月 2019 15:15:25 +0800
Subject: [PATCH] 8325 【主干】【后端】套装属性增加激活功能

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_29.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_29.py
index 47ec7c8..e6676da 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_29.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_29.py
@@ -41,7 +41,7 @@
         return False
     
     skillEffect = curSkill.GetEffect(0)
-    skillPer = skillEffect.GetEffectValue(0) / float(ChConfig.Def_MaxRateValue)
+    skillPer = skillEffect.GetEffectValue(0)
     skillEnhance = skillEffect.GetEffectValue(1)
     
     #使用技能

--
Gitblit v1.8.0