- 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:
2
trunk/dist/game/data/AppearanceStones.xml
vendored
2
trunk/dist/game/data/AppearanceStones.xml
vendored
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/AppearanceStones.xsd">
|
||||
<stone id="22403" type="normal" itemType="weapon" maxGrade="s84" price="800000" />
|
||||
<stone id="22403" type="normal" itemType="weapon" grades="s;s80;s84" price="800000" />
|
||||
</list>
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user