From 6b458bedb17a2b272e19bbd1ffab00ead6c6089d Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期六, 13 四月 2019 14:35:52 +0800
Subject: [PATCH] 6459 【后端】【2.0】缥缈仙域开发单(设置充值成功SendDBFinishRecharge时机提前,在收到通知即设置,异常信息通过CTGError记录)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
index 3c3f3ae..493b90b 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Skill/BuffSkill.py
@@ -18,7 +18,6 @@
 import GameBuffs
 import ChConfig
 import FBLogic
-import ReadChConfig
 import SkillShell
 import PassiveBuffEffMng
 import ChNetSendPack
@@ -194,8 +193,8 @@
         
         if buffReplaceType == ChConfig.Def_Buff_Replace_Better:
             if buffSkillLV > curSkillLV:
-                # 只取最好的
-                continue
+                # 只取最好的, 不可加直接退出
+                return False
         
         resultTime = -1 #不改变时间的情况
         if buffRepeatTimeType == ChConfig.Def_BuffTime_Reset:

--
Gitblit v1.8.0