diff --git a/lua/app/module/battle/helper/battle_buff_handle.lua b/lua/app/module/battle/helper/battle_buff_handle.lua index a51fb72f..90967341 100644 --- a/lua/app/module/battle/helper/battle_buff_handle.lua +++ b/lua/app/module/battle/helper/battle_buff_handle.lua @@ -32,9 +32,9 @@ end function BattleBuffHandle.doBuffWork(unitComp, buffEffect) local buff = buffEffect.buff local buffType = buff:getBuffType() - if buffType == 2 then + if buffType == 4 then _doDotWork(unitComp, buffEffect, buff) - elseif buffType == 4 then + elseif buffType == 6 then _doHotWork(unitComp, buffEffect, buff) end local fxList = buff:getFxTake()