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

@@ -54,7 +54,6 @@
<set name="is_sellable" val="false" />
<cond msgId="2453">
<and>
<player races="HUMAN,ELF,DARK_ELF,ORC,DWARF" />
<player cloakStatus="true" />
</and>
</cond>
@@ -152,7 +151,6 @@
<set name="is_sellable" val="false" />
<cond msgId="2453">
<and>
<player races="HUMAN,ELF,DARK_ELF,ORC,DWARF" />
<player categoryType="ROGUE_CLOACK" />
<player cloakStatus="true" />
</and>
@@ -192,7 +190,6 @@
<set name="is_sellable" val="false" />
<cond msgId="2453">
<and>
<player races="HUMAN,ELF,DARK_ELF,ORC,DWARF" />
<player categoryType="MAGE_CLOACK" />
<player cloakStatus="true" />
</and>