summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrzemysław Grzywacz <nexather@gmail.com>2013-05-04 22:24:03 +0200
committerPrzemysław Grzywacz <nexather@gmail.com>2013-05-04 22:24:03 +0200
commite2b6a4efe72333ab0e0761f4e9e8ce9eb29a5335 (patch)
treebb89d95c9428701652c76497fdcd362bb2fe2772
parent8babc745024940d72888c4378e425726538e4ba4 (diff)
downloadmanaserv-e2b6a4efe72333ab0e0761f4e9e8ce9eb29a5335.tar.gz
manaserv-e2b6a4efe72333ab0e0761f4e9e8ce9eb29a5335.tar.xz
manaserv-e2b6a4efe72333ab0e0761f4e9e8ce9eb29a5335.zip
Client-side settings are now available from settings.xml too, so example/settings.xml needed updates
-rw-r--r--example/settings.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/example/settings.xml b/example/settings.xml
index ebe7a71..c2ba755 100644
--- a/example/settings.xml
+++ b/example/settings.xml
@@ -6,6 +6,9 @@
<include file="equip.xml" />
<include file="items.xml" />
<include file="monsters.xml" />
+ <include file="npcs.xml" />
<include file="emotes.xml" />
<include file="status-effects.xml" />
-</settings> \ No newline at end of file
+ <include file="hair.xml" />
+ <include file="units.xml" />
+</settings>