- Fixed appearance stones target item, to be available only for exact grade.

- Fixed char selection to be shown with appearance items;
 - Fixed private store sell, not to show 2 same items.
 - Added one missing referenced library to classpath.
This commit is contained in:
erlandys56
2015-01-27 18:47:23 +00:00
parent bc75c7e9fa
commit 391ef2ac9a
9 changed files with 51 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
<xs:attribute type="xs:integer" name="id" />
<xs:attribute type="xs:string" name="type" />
<xs:attribute type="xs:string" name="itemType" />
<xs:attribute type="xs:string" name="maxGrade" />
<xs:attribute type="xs:string" name="grades" />
<xs:attribute type="xs:integer" name="price" />
<xs:attribute type="xs:integer" name="targetItem" />
<xs:attribute type="xs:integer" name="time" />