Option to force delete spawned minions upon master death.
This commit is contained in:
@@ -650,6 +650,7 @@ public final class Config
|
||||
public static float RAID_MIN_RESPAWN_MULTIPLIER;
|
||||
public static float RAID_MAX_RESPAWN_MULTIPLIER;
|
||||
public static boolean RAID_DISABLE_CURSE;
|
||||
public static boolean FORCE_DELETE_MINIONS;
|
||||
public static int RAID_CHAOS_TIME;
|
||||
public static int GRAND_CHAOS_TIME;
|
||||
public static int MINION_CHAOS_TIME;
|
||||
@@ -2061,6 +2062,7 @@ public final class Config
|
||||
}
|
||||
}
|
||||
}
|
||||
FORCE_DELETE_MINIONS = NPC.getBoolean("ForceDeleteMinions", false);
|
||||
|
||||
RAID_DISABLE_CURSE = NPC.getBoolean("DisableRaidCurse", false);
|
||||
RAID_CHAOS_TIME = NPC.getInt("RaidChaosTime", 10);
|
||||
|
Reference in New Issue
Block a user