diff options
author | Reid <reidyaro@gmail.com> | 2015-07-25 06:55:42 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-07-25 06:55:42 +0200 |
commit | c5672534cd861f286f8754561e48b23cefcf1178 (patch) | |
tree | c05f3d6f5ebf3953734417cf15c18ed8d72a1e9a /graphics/sprites/npcs/xml/edouard.xml | |
parent | 859d3484936eab1350d1b9ce5fd7e7f7cb22a4a2 (diff) | |
download | clientdata-c5672534cd861f286f8754561e48b23cefcf1178.tar.gz clientdata-c5672534cd861f286f8754561e48b23cefcf1178.tar.bz2 clientdata-c5672534cd861f286f8754561e48b23cefcf1178.tar.xz clientdata-c5672534cd861f286f8754561e48b23cefcf1178.zip |
Fix sprite path on edouard.xml.
Diffstat (limited to 'graphics/sprites/npcs/xml/edouard.xml')
-rw-r--r-- | graphics/sprites/npcs/xml/edouard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sprites/npcs/xml/edouard.xml b/graphics/sprites/npcs/xml/edouard.xml index ef73e8e6..8cd5dd7d 100644 --- a/graphics/sprites/npcs/xml/edouard.xml +++ b/graphics/sprites/npcs/xml/edouard.xml @@ -2,7 +2,7 @@ <!-- Author : Reid Copyright (C) 2010-2015 Evol Online --> <sprite> - <imageset name="base" src="graphics/sprites/npcs/sprite/barber.png" width="33" height="80" /> + <imageset name="base" src="graphics/sprites/npcs/sprite/edouard.png" width="33" height="80" /> <action name="stand" imageset="base"> <animation direction="default"> <!-- Scisor animation --> |