Fix the town attackers in Infiltration not stopping

This commit is contained in:
abcdefg30
2019-10-04 20:31:06 +02:00
committed by reaperrr
parent d2a2c11326
commit 294908485f

View File

@@ -222,6 +222,7 @@ end
StopHunt = function(unit)
if not unit.IsDead then
unit.Stop()
Trigger.Clear(unit, "OnIdle")
end
end