summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-03-09 00:17:31 +0100
committerGitHub <noreply@github.com>2020-03-09 00:17:31 +0100
commit58e96dfb28b186f66409417a3233cb45302e5e1d (patch)
tree59d28bce9418c8ada10a366ab0e83ff225358519 /src/map/script.h
parenta1caa4b0740e073b5b6e7b6dea9a2817b90ced94 (diff)
parent390ef85fc3da61d3014a2d72393bd9d8fb333004 (diff)
downloadhercules-58e96dfb28b186f66409417a3233cb45302e5e1d.tar.gz
hercules-58e96dfb28b186f66409417a3233cb45302e5e1d.tar.bz2
hercules-58e96dfb28b186f66409417a3233cb45302e5e1d.tar.xz
hercules-58e96dfb28b186f66409417a3233cb45302e5e1d.zip
Merge pull request #2639 from Kenpachi2k13/getiteminfo_extension
Extend getiteminfo() script command
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 857d22c61..ed860368c 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -484,6 +484,9 @@ enum script_iteminfo_types {
ITEMINFO_ITEM_USAGE_FLAG,
ITEMINFO_ITEM_USAGE_OVERRIDE,
ITEMINFO_GM_LV_TRADE_OVERRIDE,
+ ITEMINFO_ID,
+ ITEMINFO_AEGISNAME,
+ ITEMINFO_NAME,
ITEMINFO_MAX
};