diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-02 17:50:53 +0300 |
commit | 600a32a0190e0e0c5dbb67959be0bd33980eaa0d (patch) | |
tree | 9d3d648fe4ab84cc2025e36eadda3fba1fb1b5c4 /charcreation.xml | |
parent | 9f7d53bbb4f1eadf79d6ead094687f6a4eb11fbc (diff) | |
download | clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.gz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.bz2 clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.tar.xz clientdata-600a32a0190e0e0c5dbb67959be0bd33980eaa0d.zip |
Revert "Reworked all XML files by replacing whitespaces by tabs."
This reverts commit 20c55f76999711f35118ee095e2ce2fd96ded0c2.
Diffstat (limited to 'charcreation.xml')
-rw-r--r-- | charcreation.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/charcreation.xml b/charcreation.xml index 7f4c8fcd..93e9ef08 100644 --- a/charcreation.xml +++ b/charcreation.xml @@ -1,10 +1,9 @@ <?xml version="1.0" encoding="utf-8"?> - -<!-- Author: 4144. -(C) ManaPlus Developers 2011 --> +<!-- Author : 4144 +(C) ManaPlus Developers 2011. --> <chars> - <haircolor min="0" max="30"/> - <hairstyle min="0" max="30"/> - <stat min="1" max="9" sum="30"/> + <haircolor min="0" max="30" /> + <hairstyle min="0" max="30" /> + <stat min="1" max="9" sum="30" /> </chars> |