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 /src/map/script.h | |
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 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 283afa496..b2ab7510c 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -423,6 +423,8 @@ enum script_unit_data_types { UDT_LIFETIME, UDT_MERC_KILLCOUNT, UDT_STATPOINT, + UDT_ROBE, + UDT_BODY2, UDT_MAX }; |