From 7a93a98dd02d61979af168747cad044c4a3fb121 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 23 五月 2025 16:03:31 +0800
Subject: [PATCH] 10367 【越南】【英语】【BT】【砍树】仙盟攻城战-服务端(修复玩家活动公示期至第1轮战备期间未重登可能导致重登后玩家活动被重置的bug; 修复没有触发轮次变更重置逻辑;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_41.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_41.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_41.py
index 9097f8d..5ce7680 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_41.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/GameSkills/SkillModule_41.py
@@ -23,7 +23,7 @@
return
skillEffect = curSkill.GetEffect(0)
- skillPer = skillEffect.GetEffectValue(0) / float(ChConfig.Def_MaxRateValue)
+ skillPer = skillEffect.GetEffectValue(0)
skillEnhance = skillEffect.GetEffectValue(1)
tagRoundPosX = attacker.GetPosX()
--
Gitblit v1.8.0