diff options
author | Haru <haru@dotalux.com> | 2017-11-05 18:11:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 18:11:23 +0100 |
commit | b236779fd1686d5f486eee3525d3368ac8680661 (patch) | |
tree | 1dd52678af736ede65b36b165b2032bac10b2954 /db/constants.conf | |
parent | 41f3237e4537d7105fb47d56b455d31cf33c155c (diff) | |
parent | ff898b1d949aac48c9017e89d5f7ba5e18d65870 (diff) | |
download | hercules-b236779fd1686d5f486eee3525d3368ac8680661.tar.gz hercules-b236779fd1686d5f486eee3525d3368ac8680661.tar.bz2 hercules-b236779fd1686d5f486eee3525d3368ac8680661.tar.xz hercules-b236779fd1686d5f486eee3525d3368ac8680661.zip |
Merge pull request #1893 from 4144/npc_viewdata
Allow set equipment and other styles to npcs, use player sprites for npcs.
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 921acbeaf..eda877671 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3870,4 +3870,6 @@ constants_db: { UDT_LIFETIME: 52 UDT_MERC_KILLCOUNT: 53 UDT_STATADD: 54 + UDT_ROBE: 55 + UDT_BODY2: 56 } |