Fixed equip item restrictions.

This commit is contained in:
mobius
2015-01-29 00:33:15 +00:00
parent 5233bc0305
commit 59e1db4a68
73 changed files with 27 additions and 3370 deletions

View File

@@ -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>