summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-11-12 01:56:57 +0100
committerHaru <haru@dotalux.com>2017-11-12 01:56:57 +0100
commitdfcb1ff37ad077249c0050bb1bab8994225191e1 (patch)
tree080515e1774e1bcb8fa4906d4eeaee5b42d572b6 /src/map/script.h
parentab1c84c8586b18ebb194d2f67120df7307399712 (diff)
downloadhercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.tar.gz
hercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.tar.bz2
hercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.tar.xz
hercules-dfcb1ff37ad077249c0050bb1bab8994225191e1.zip
Add ITEMINFO_MATK support to getiteminfo() / setiteminfo().
This item info type was documented in commit 315d632e69c60d2996872c9330164133101befdf, but never implemented. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 3fd62a3f8..f9d86007b 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -447,6 +447,7 @@ enum script_iteminfo_types {
ITEMINFO_ELV,
ITEMINFO_WLV,
ITEMINFO_VIEWID,
+ ITEMINFO_MATK,
ITEMINFO_MAX
};