diff options
author | Alige <aligetmw@hotmail.fr> | 2012-05-23 07:16:11 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-05-23 07:16:11 +0200 |
commit | 059f84ff8d5361c0d39f7025e7ae6b124ac9f5d3 (patch) | |
tree | a7aecfef109ff301958958c6a1241d591058a6fa /units.xml | |
parent | 3792ddf2e5683085e3ced24e4a353b0610ca774b (diff) | |
download | clientdata-059f84ff8d5361c0d39f7025e7ae6b124ac9f5d3.tar.gz clientdata-059f84ff8d5361c0d39f7025e7ae6b124ac9f5d3.tar.bz2 clientdata-059f84ff8d5361c0d39f7025e7ae6b124ac9f5d3.tar.xz clientdata-059f84ff8d5361c0d39f7025e7ae6b124ac9f5d3.zip |
Changed the weight and currency names in units.xml.
Diffstat (limited to 'units.xml')
-rw-r--r-- | units.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <units> - <unit type="currency" base="GP" round="0"/> - <unit type="weight" base="g" round="0"> - <level symbol="Kg" count="1000" round="2"/> - </unit> + <unit type="currency" base=" Zeny" round="0"/> + <unit type="weight" base=" Ali" round="0"> + <level symbol=" Kali" count="1000" round="2"/> + </unit> </units> |