From 96a53614c442b393ea854aab3195a938a92504fe Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Sat, 8 Feb 2025 18:14:13 +0100 Subject: Fix missing unitkill for .@t3? Was it missing? Spotted this during !175 / areaharm rework. --- npc/026-7/boss.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt index 5c41ebefd..47463b733 100644 --- a/npc/026-7/boss.txt +++ b/npc/026-7/boss.txt @@ -571,8 +571,11 @@ OnTimer10000: sleep(1000); // FIXME: M+ fails to remove them, need @refresh (maybe @refreshall?) // NOTE: The effect NÂș 67 (halo circle) is also not cleaned by M+ - unitkill(.@t1); unitkill(.@t2); - unitkill(.@t4); unitkill(.@t5); + unitkill(.@t1); + unitkill(.@t2); + unitkill(.@t3); + unitkill(.@t4); + unitkill(.@t5); break; } if (.@msg$ != "") -- cgit v1.2.3-70-g09d2