diff options
author | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-05-30 21:17:56 -0300 |
---|---|---|
committer | Coffee <coffee@coffee-EP45-UD3L.(none)> | 2011-05-30 21:17:56 -0300 |
commit | 7741f3f564baede98efe5068286e67562a75bb60 (patch) | |
tree | bd4326b8983659ba4ea68b755eab9b0d1867be86 | |
parent | a47742aac4d173eac51ee9380762cf6a65bd9e7f (diff) | |
download | clientdata-7741f3f564baede98efe5068286e67562a75bb60.tar.gz clientdata-7741f3f564baede98efe5068286e67562a75bb60.tar.bz2 clientdata-7741f3f564baede98efe5068286e67562a75bb60.tar.xz clientdata-7741f3f564baede98efe5068286e67562a75bb60.zip |
Small errors fixed thanks to the report generated by the testxml tool, by 4144: https://gitorious.org/evol/evol-tools/blobs/master/testxml/
-rw-r--r-- | graphics/particles/magic.hit.evil.xml | 2 | ||||
-rw-r--r-- | graphics/particles/magic.hit.xml | 2 | ||||
-rw-r--r-- | graphics/sprites/npcs/nivalis_npc.xml | 2 | ||||
-rw-r--r-- | items.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/graphics/particles/magic.hit.evil.xml b/graphics/particles/magic.hit.evil.xml index c0b5df22..9560df98 100644 --- a/graphics/particles/magic.hit.evil.xml +++ b/graphics/particles/magic.hit.evil.xml @@ -41,7 +41,7 @@ <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="4"/> <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png#W:#000000"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#000000"/> <property name="lifetime" min="0" max="80"/> <property name="output" min="60" max="80"/> <property name="fade-out" value="20"/> diff --git a/graphics/particles/magic.hit.xml b/graphics/particles/magic.hit.xml index 427e4163..96170247 100644 --- a/graphics/particles/magic.hit.xml +++ b/graphics/particles/magic.hit.xml @@ -41,7 +41,7 @@ <property name="horizontal-angle" min="0" max="360"/> <property name="power" min="0" max="3"/> <property name="gravity" value="0.1"/> - <property name="image" value="graphics/particles/orb-medium.png#W:#000000"/> + <property name="image" value="graphics/particles/orb-medium.png|W:#000000"/> <property name="lifetime" min="0" max="80"/> <property name="output" min="40" max="60"/> <property name="fade-out" value="20"/> diff --git a/graphics/sprites/npcs/nivalis_npc.xml b/graphics/sprites/npcs/nivalis_npc.xml index 79b76301..54129cab 100644 --- a/graphics/sprites/npcs/nivalis_npc.xml +++ b/graphics/sprites/npcs/nivalis_npc.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <sprite variants="6" variant_offset="1"> - <imageset name="base" src="graphics/sprites/npcs/nivalis_npcs.png" width="50" height="80" /> + <imageset name="base" src="graphics/sprites/npcs/nivalis_npc.png" width="50" height="80" /> <action name="stand" imageset="base"> <animation direction="default"> @@ -1599,7 +1599,7 @@ <sprite>equipment/head/devcap.xml|#9999ff</sprite> </item> <item id="648" - image="equipment/rings/rough-strengh.png" + image="equipment/rings/rough-strength.png" name="Rough Strength Ring" description="A rough strength-enhancing ring that looks as if it has been made in a hurry." effect="+5 Strength" |