summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-01 03:52:36 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-02-01 22:29:04 +0100
commit4c630a6d239afae8f231977fa41ac460d2288679 (patch)
treed36bf32714f5cba0d35b6d678d992f82dc17305e /db
parent15b0f4924fa8030778d0eefe0a461d2ec069ab5a (diff)
downloadhercules-4c630a6d239afae8f231977fa41ac460d2288679.tar.gz
hercules-4c630a6d239afae8f231977fa41ac460d2288679.tar.bz2
hercules-4c630a6d239afae8f231977fa41ac460d2288679.tar.xz
hercules-4c630a6d239afae8f231977fa41ac460d2288679.zip
Updated documentation of default value for mob DB field ViewData->HairStyleId.
Additionally fixed reference to monster modes deocumentation in doc/mob_db.txt.
Diffstat (limited to 'db')
-rw-r--r--db/pre-re/mob_db.conf2
-rw-r--r--db/re/mob_db.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/mob_db.conf b/db/pre-re/mob_db.conf
index 45592ad90..78e255f36 100644
--- a/db/pre-re/mob_db.conf
+++ b/db/pre-re/mob_db.conf
@@ -102,7 +102,7 @@ mob_db: (
HeadTopId: top headgear id (int, defaults to 0)
HeadMidId: middle headgear id (int, defaults to 0)
HeadLowId: lower headgear id (int, defaults to 0)
- HairStyleId: hair style id (int, defaults to 0)
+ HairStyleId: hair style id (int, defaults to 1)
BodyStyleId: clothes id (int, defaults to 0)
HairColorId: hair color id (int, defaults to 0)
BodyColorId: clothes color id (int, defaults to 0)
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf
index c0c726f25..dd2a4982d 100644
--- a/db/re/mob_db.conf
+++ b/db/re/mob_db.conf
@@ -102,7 +102,7 @@ mob_db: (
HeadTopId: top headgear id (int, defaults to 0)
HeadMidId: middle headgear id (int, defaults to 0)
HeadLowId: lower headgear id (int, defaults to 0)
- HairStyleId: hair style id (int, defaults to 0)
+ HairStyleId: hair style id (int, defaults to 1)
BodyStyleId: clothes id (int, defaults to 0)
HairColorId: hair color id (int, defaults to 0)
BodyColorId: clothes color id (int, defaults to 0)