summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-11-05 18:11:23 +0100
committerGitHub <noreply@github.com>2017-11-05 18:11:23 +0100
commitb236779fd1686d5f486eee3525d3368ac8680661 (patch)
tree1dd52678af736ede65b36b165b2032bac10b2954 /src/map/script.h
parent41f3237e4537d7105fb47d56b455d31cf33c155c (diff)
parentff898b1d949aac48c9017e89d5f7ba5e18d65870 (diff)
downloadhercules-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.h2
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
};