Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
ZhangBiao 2020-08-20 18:08:05 +08:00
commit f2ab07cb43
1 changed files with 3 additions and 4 deletions

View File

@ -312,9 +312,6 @@ function BattleLogic.Update()
-- 检测buff
BattleLogic.BuffMgr:Update()
---
-- 检测角色状态
RoleManager.Update()
-- 检测死亡
if RoleManager.CheckDead() then -- 单独用一帧执行死亡
return
@ -329,7 +326,9 @@ function BattleLogic.Update()
BattleLogic.CheckTurnRound()
-- 技能
SkillManager.Update()
--如果有英雄有可以复活的技能,先执行技能逻辑,最后判断死亡人数 by:王振兴
-- 检测角色状态
RoleManager.Update()
end
-- 战斗结束