summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-09-06 20:26:30 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-09-06 20:26:30 +0200
commit3d7347011cc6b33ad2c2ceb939f27200a2cae4a6 (patch)
tree42f2cca63eef38d97d152e57edea88f0af510077 /docs
parent6d5bf349921bc35f0e4cf497b466e14db242c1b3 (diff)
downloadmanaserv-3d7347011cc6b33ad2c2ceb939f27200a2cae4a6.tar.gz
manaserv-3d7347011cc6b33ad2c2ceb939f27200a2cae4a6.tar.xz
manaserv-3d7347011cc6b33ad2c2ceb939f27200a2cae4a6.zip
Added <points> tag handling in attributes.xml.
Reviewed-by: Freeyorp, Thorbjorn.
Diffstat (limited to 'docs')
-rw-r--r--docs/manaserv.xml.example11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/manaserv.xml.example b/docs/manaserv.xml.example
index d41b298..a04b57e 100644
--- a/docs/manaserv.xml.example
+++ b/docs/manaserv.xml.example
@@ -1,19 +1,19 @@
<?xml version="1.0"?>
<!--
An example configuration file.
-
+
Documentation: http://doc.manasource.org/manaserv.xml
Developers: If you add any new parameters read from this configuration file
don't forget to update the wiki documentation!
-->
<configuration>
-
+
<!-- Database configuration ***************************************************
Uncomment one of the following parts according to the database backend you
would like to use.
-->
-
+
<!--
SQLite specific configuration.
@@ -119,7 +119,6 @@
<option name="char_minNameLength" value="4" />
<option name="char_maxNameLength" value="25" />
<option name="char_maxCharacters" value="3" />
- <option name="char_startingPoints" value="60" />
<!-- Chat-related config options -->
<option name="chat_maxChannelNameLength" value="15" />
@@ -134,6 +133,6 @@
<!-- Mail-system related-->
<option name="mail_maxAttachments" value="3" />
<option name="mail_maxLetters" value="10" />
-
-
+
+
</configuration>