diff options
-rw-r--r-- | attributes.xml | 2 | ||||
-rw-r--r-- | charcreation.xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/attributes.xml b/attributes.xml index a67593ac..bb96f25d 100644 --- a/attributes.xml +++ b/attributes.xml @@ -1,3 +1,5 @@ +<!-- This file is used by the mana client, not by the manaplus client --> +<!-- corresponding information used by the manaplus client can be found in charcreation.xml --> <?xml version="1.0" encoding="utf-8"?> <attributes> <!-- Character starting points definition --> diff --git a/charcreation.xml b/charcreation.xml index 6b800629..b6b1188f 100644 --- a/charcreation.xml +++ b/charcreation.xml @@ -1,4 +1,5 @@ <!-- This file is used by the manaplus client, not by the mana client --> +<!-- corresponding information used by the mana client can be found in attributes.xml --> <?xml version="1.0"?> <chars> <haircolor min="0" max="11"/> |