summaryrefslogtreecommitdiff
path: root/src/map/instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/instance.h')
-rw-r--r--src/map/instance.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/instance.h b/src/map/instance.h
index ddca3e36b..764a55b2b 100644
--- a/src/map/instance.h
+++ b/src/map/instance.h
@@ -45,6 +45,10 @@ struct instance_data {
unsigned int original_progress_timeout;
struct point respawn;/* reload spawn */
+
+ /* HPM Custom Struct */
+ struct HPluginData **hdata;
+ unsigned int hdatac;
};
struct instance_interface {