From b5f19a5873d41db3d493cc3777d0f804f029fcb3 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 30 九月 2022 14:17:23 +0800
Subject: [PATCH] 9701 【后端】【越南】【BT7】【主干】跨服竞技64位排位赛(修复多给膜拜奖励bug)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
index 4801d83..ef800a7 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_9.py
@@ -48,7 +48,7 @@
     if defender:    # 有目标才算伤害
         
         skillEffect = curSkill.GetEffect(0)
-        skillPer = skillEffect.GetEffectValue(0) / float(ChConfig.Def_MaxRateValue)
+        skillPer = skillEffect.GetEffectValue(0)
         skillEnhance = skillEffect.GetEffectValue(1)
   
         #使用技能,无需提升暴击率
@@ -67,5 +67,6 @@
 
     if curSkill.GetSkillID() == ChConfig.Def_SkillID_Somersault:
         attacker.SetDict(ChConfig.Def_PlayerKey_SomersaultTime, tick)
+
     return result
     
\ No newline at end of file

--
Gitblit v1.8.0