From 9e860b0bf7eeeed5e20f9d9e8ddb04c93c93a11f Mon Sep 17 00:00:00 2001 From: AnnieRuru Date: Mon, 11 Mar 2019 04:42:10 +0800 Subject: Add constants and MERCINFO_GID to *getmercinfo script command --- src/map/script.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/map/script.h') diff --git a/src/map/script.h b/src/map/script.h index 549ad3284..54c5aad2a 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -460,6 +460,23 @@ enum script_iteminfo_types { ITEMINFO_MAX }; +/** + * Mercenary Info types. + */ +enum script_mercinfo_types { + MERCINFO_ID = 0, + MERCINFO_CLASS, + MERCINFO_NAME, + MERCINFO_FAITH, + MERCINFO_CALLS, + MERCINFO_KILLCOUNT, + MERCINFO_LIFETIME, + MERCINFO_LEVEL, + MERCINFO_GID, + + MERCINFO_MAX +}; + /** * Player blocking actions related flags. */ -- cgit v1.2.3-70-g09d2