From 9d11ee7aeae335bb6dd52340d4c4a15793c8bd51 Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Sun, 6 Sep 2020 14:57:21 -0300
Subject: Strip summons from BOSS status. Should not happen but anyway

---
 npc/config/magic.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/npc/config/magic.txt b/npc/config/magic.txt
index 77c14a43e..2825f3830 100644
--- a/npc/config/magic.txt
+++ b/npc/config/magic.txt
@@ -131,6 +131,9 @@ function	script	SummonMagic	{
         // All summons can suffer knockback
         if (.@opt & MD_NOKNOCKBACK)
             .@opt=.@opt^MD_NOKNOCKBACK;
+        // Strip summons from BOSS mode and immunity
+        if (.@opt & MD_BOSS)
+            .@opt=.@opt^MD_BOSS;
         // Save new options
         setunitdata(.@mods, UDT_MODE, .@opt);
     }
-- 
cgit v1.2.3-70-g09d2