diff options
author | Haru <haru@dotalux.com> | 2020-02-09 23:12:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 23:12:51 +0100 |
commit | 965d3faddd4f7acc85a9afba9db4af6ee8b29224 (patch) | |
tree | 7fad03f6233153df87a77edd25c5e9a7b104050f /db/re | |
parent | 1a0619fcedf573c7004489470f169e112fa1bb62 (diff) | |
parent | 4c630a6d239afae8f231977fa41ac460d2288679 (diff) | |
download | hercules-965d3faddd4f7acc85a9afba9db4af6ee8b29224.tar.gz hercules-965d3faddd4f7acc85a9afba9db4af6ee8b29224.tar.bz2 hercules-965d3faddd4f7acc85a9afba9db4af6ee8b29224.tar.xz hercules-965d3faddd4f7acc85a9afba9db4af6ee8b29224.zip |
Merge pull request #2622 from Kenpachi2k13/mob_viewdata_fix
Make mob DB field ViewData->HairStyleId defaulting to 1 instead of 0.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/mob_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 4f5c6ad9b..492b75a04 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) |