Fixed equip item restrictions.
This commit is contained in:
@@ -1431,7 +1431,6 @@
|
||||
<and>
|
||||
<player castle="-1" /> <!-- owns a castle -->
|
||||
<player pledgeClass="5" /> <!-- Baron -->
|
||||
<player races="HUMAN,ELF,DARK_ELF,ORC,DWARF" />
|
||||
<player cloakStatus="true" />
|
||||
</and>
|
||||
</cond>
|
||||
@@ -1478,7 +1477,6 @@
|
||||
<player castle="-1" /> <!-- owns a castle -->
|
||||
<player categoryType="ROGUE_CLOACK" />
|
||||
<player pledgeClass="5" /> <!-- Baron -->
|
||||
<player races="HUMAN,ELF,DARK_ELF,ORC,DWARF" />
|
||||
<player cloakStatus="true" />
|
||||
</and>
|
||||
</cond>
|
||||
@@ -1503,7 +1501,6 @@
|
||||
<player castle="-1" /> <!-- owns a castle -->
|
||||
<player categoryType="MAGE_CLOACK" />
|
||||
<player pledgeClass="5" /> <!-- Baron -->
|
||||
<player races="HUMAN,ELF,DARK_ELF,ORC,DWARF" />
|
||||
<player cloakStatus="true" />
|
||||
</and>
|
||||
</cond>
|
||||
|
||||
Reference in New Issue
Block a user