diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-02-08 18:14:13 +0100 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@tmw2.org> | 2025-02-11 23:38:35 +0000 |
commit | 96a53614c442b393ea854aab3195a938a92504fe (patch) | |
tree | 0a2826633628f7bc1db0ca162991125514629e5c | |
parent | cd32eeaae06e283301b0489e8b20005a6350ffc6 (diff) | |
download | serverdata-96a53614c442b393ea854aab3195a938a92504fe.tar.gz serverdata-96a53614c442b393ea854aab3195a938a92504fe.tar.bz2 serverdata-96a53614c442b393ea854aab3195a938a92504fe.tar.xz serverdata-96a53614c442b393ea854aab3195a938a92504fe.zip |
Fix missing unitkill for .@t3?
Was it missing? Spotted this during !175 / areaharm rework.
-rw-r--r-- | npc/026-7/boss.txt | 7 |
1 files 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$ != "") |