diff options
Diffstat (limited to 'units.xml')
-rw-r--r-- | units.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ <!-- Author from The Mana World Copyright (C) 2010-2012 Evol Online --> <units> - <unit type="currency" base=" GP" round="0"/> - <unit type="weight" base=" g" round="0"> + <unit type="currency" base=" GP" round="0" separator=" "/> + <unit type="weight" base=" g" round="0" separator=" "> <level symbol=" Kg" count="1000" round="2"/> </unit> </units> |