Skip to content

Commit

Permalink
Merge pull request #179 from yefq/master
Browse files Browse the repository at this point in the history
修复伤害事件的单位组泄露
  • Loading branch information
actboy168 authored Jul 9, 2019
2 parents dfc96fb + 58b8f22 commit 062a9aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Development/Component/ui/ydwe/jass/YDWETriggerEvent.j
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ endfunction
// 将 yd_DamageEventTrigger 移入销毁队列, 从而排泄触发器事件
function YDWESyStemAnyUnitDamagedSwap takes nothing returns nothing
local boolean isEnabled = IsTriggerEnabled(yd_DamageEventTrigger)
local group g =CreateGroup()

call DisableTrigger(yd_DamageEventTrigger)
if yd_DamageEventTriggerToDestory != null then
Expand Down

0 comments on commit 062a9aa

Please sign in to comment.