diff options
author | Reid <reidyaro@gmail.com> | 2012-05-23 23:14:58 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-05-23 23:14:58 +0200 |
commit | 1f984976298155aa60169e04d30dba4eb09f73b1 (patch) | |
tree | 996dfe3b45977f3aad501affa945c45a697d7c99 /units.xml | |
parent | fff9c1f556e21115d07a7ecb2faa6c117e2adc4f (diff) | |
download | clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.gz clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.bz2 clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.tar.xz clientdata-1f984976298155aa60169e04d30dba4eb09f73b1.zip |
Correct some problem caused by the merge.
Diffstat (limited to 'units.xml')
-rw-r--r-- | units.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <units> - <unit type="currency" base=" Zeny" round="0"/> - <unit type="weight" base=" Ali" round="0"> - <level symbol=" Kali" count="1000" round="2"/> + <unit type="currency" base=" GP" round="0"/> + <unit type="weight" base=" g" round="0"> + <level symbol=" Kg" count="1000" round="2"/> </unit> </units> |