diff options
author | Alige <aligetmw@hotmail.fr> | 2013-01-19 07:05:07 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-01-19 07:05:07 +0400 |
commit | 4e997694b012273ab1689d56d75df5ff4128c201 (patch) | |
tree | 75f2bb9fd996ed1549197ff2ed605ede54697ca3 /paths.xml | |
parent | dc7ca7b0fc6f2057dee18cb2135b6568e1c6d6d1 (diff) | |
download | clientdata-4e997694b012273ab1689d56d75df5ff4128c201.tar.gz clientdata-4e997694b012273ab1689d56d75df5ff4128c201.tar.bz2 clientdata-4e997694b012273ab1689d56d75df5ff4128c201.tar.xz clientdata-4e997694b012273ab1689d56d75df5ff4128c201.zip |
Fixed unexisting redirection in paths.xml.
Diffstat (limited to 'paths.xml')
-rw-r--r-- | paths.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ All folders listed below are relative to the clientdata/ directory. <option name="wallpapers" value="graphics/images/"/> <!-- Content paths used by the client. --> - <option name="unknownItemFile" value="unknown-item.png"/> + <option name="unknownItemFile" value="../sprites/error.xml"/> <option name="spriteErrorFile" value="error.xml"/> <option name="wallpaperFile" value="login_wallpaper.png"/> <option name="attackSfxFile" value="fist-swish.ogg"/> |