diff options
Diffstat (limited to 'src/map/battleground.h')
-rw-r--r-- | src/map/battleground.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/map/battleground.h b/src/map/battleground.h index 094037f43..dcf92d6d8 100644 --- a/src/map/battleground.h +++ b/src/map/battleground.h @@ -10,7 +10,7 @@ #include "common/db.h" #include "common/mmo.h" // struct party -struct HPluginData; +struct hplugin_data_store; struct block_list; struct map_session_data; @@ -53,9 +53,7 @@ struct battleground_data { // Logout Event char logout_event[EVENT_NAME_LENGTH]; char die_event[EVENT_NAME_LENGTH]; - /* HPM Custom Struct */ - struct HPluginData **hdata; - unsigned int hdatac; + struct hplugin_data_store *hdata; ///< HPM Plugin Data Store }; struct bg_arena { |