From ba1f92b9f4fdc9109193a7d9f01353bd10701e62 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Fri, 21 Feb 2020 00:35:38 +0100 Subject: Add ITEMINFO_ID, ITEMINFO_AEGISNAME and ITEMINFO_NAME constants --- src/map/script.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/script.h') 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 }; -- cgit v1.2.3-70-g09d2