diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2013-04-27 19:49:43 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2013-04-27 19:49:43 +0200 |
commit | 76d5c375a0d8f53463571b37d51a81650d5a25d8 (patch) | |
tree | aa29f0470f5d4c0938314e60bf3f807cdf65614b | |
parent | 6432e55bba3952d552425833ffc4e3aa60f4c6f6 (diff) | |
download | clientdata-76d5c375a0d8f53463571b37d51a81650d5a25d8.tar.gz clientdata-76d5c375a0d8f53463571b37d51a81650d5a25d8.tar.bz2 clientdata-76d5c375a0d8f53463571b37d51a81650d5a25d8.tar.xz clientdata-76d5c375a0d8f53463571b37d51a81650d5a25d8.zip |
Add comments to attributes.xml and charcreation.xml making clear which is used by which client.
-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"/> |