Reduced group minimum limit for elemental bosses.

Contributed by robikbobik.
This commit is contained in:
MobiusDevelopment 2019-10-28 10:10:41 +00:00
parent ad68e754b0
commit 931cf336cc
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<condition type="CommandChannel" />
<condition type="CommandChannelLeader" />
<condition type="GroupMin">
<param name="limit" value="27" />
<param name="limit" value="18" /> <!-- The Kamael update -->
</condition>
<condition type="GroupMax">
<param name="limit" value="100" />

View File

@ -13,7 +13,7 @@
<condition type="CommandChannel" />
<condition type="CommandChannelLeader" />
<condition type="GroupMin">
<param name="limit" value="27" />
<param name="limit" value="18" /> <!-- The Kamael update -->
</condition>
<condition type="GroupMax">
<param name="limit" value="100" />