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 | 7 +++----
1 files changed, 3 insertions(+), 4 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 e1ecd0f..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
@@ -65,9 +65,8 @@
#GameWorld.DebugLog("-----技能冲锋模板9 %s %s"%([attacker.GetPosX(), attacker.GetPosY()], [destX, destY]))
attacker.ChangePos(destX, destY)
- #===========================================================================
- # if curSkill.GetSkillID() == ChConfig.Def_SkillID_Somersault:
- # attacker.SetDict(ChConfig.Def_PlayerKey_SomersaultTime, tick)
- #===========================================================================
+ 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