diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-01 01:26:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-01 01:26:56 +0300 |
commit | c572dca07df4fd2efbd1c128454e0129543ba7de (patch) | |
tree | 72fe03f5c68d4931e002819c47006dd69d00ba55 /units.xml | |
parent | dcc89ec0f25a31d3447f0c4f263eee07103cb871 (diff) | |
download | clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.tar.gz clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.tar.bz2 clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.tar.xz clientdata-c572dca07df4fd2efbd1c128454e0129543ba7de.zip |
Add currency with name "points" into units.xml
Also add npc for using this currency.
Diffstat (limited to 'units.xml')
-rw-r--r-- | units.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,4 +7,7 @@ Copyright (C) 2010-2013 Evol Online --> <unit type="weight" base=" Florin" round="0" separator=" "> <level symbol=" KF" count="1000" round="2"/> </unit> + <currency> + <unit name="points" base=" Points" round="0" separator=" "/> + </currency> </units> |