From edbe66e718bca90f1da015a6db3284d840ba19cb Mon Sep 17 00:00:00 2001 From: AnnieRuru Date: Sat, 20 Sep 2014 03:49:45 +0800 Subject: Add struct item_data, mob_db and mob_data for plugins http://hercules.ws/board/topic/7161-plugin-missing-hook-to-struct-item-data-and-mob-data/ --- src/map/itemdb.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/itemdb.h') diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 23339790e..f65345cb9 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -434,6 +434,10 @@ struct item_data { /* TODO add a pointer to some sort of (struct extra) and gather all the not-common vals into it to save memory */ struct item_group *group; struct item_package *package; + + /* HPM Custom Struct */ + struct HPluginData **hdata; + unsigned int hdatac; }; struct item_combo { -- cgit v1.2.3-70-g09d2