| ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/TurnSkill.py
@@ -138,7 +138,7 @@ angerOverflow = max(curXP - maxXP, 0) curBatObj.SetAngerOverflow(angerOverflow) GameWorld.DebugLogEx("怒气溢出值: curXP=%s/%s,angerOverflow=%s", curXP, maxXP, angerOverflow) if batType == ChConfig.TurnBattleType_Enhance: elif batType == ChConfig.TurnBattleType_Enhance: pass else: curBatObj.SetAngerOverflow(0)