summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/HPMDataCheck.h5
-rw-r--r--src/common/mmo.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/common/HPMDataCheck.h b/src/common/HPMDataCheck.h
index e97a655e3..40c949d53 100644
--- a/src/common/HPMDataCheck.h
+++ b/src/common/HPMDataCheck.h
@@ -160,6 +160,11 @@ HPExport const struct s_HPMDataCheck HPMDataCheck[] = {
#else
#define MAP_BUYINGSTORE_H
#endif // MAP_BUYINGSTORE_H
+ #ifdef MAP_CHANNEL_H
+ { "Channel_Config", sizeof(struct Channel_Config), SERVER_TYPE_MAP },
+ #else
+ #define MAP_CHANNEL_H
+ #endif // MAP_CHANNEL_H
#ifdef MAP_CHRIF_H
{ "auth_node", sizeof(struct auth_node), SERVER_TYPE_MAP },
#else
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 2ba832429..48eba0041 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -585,7 +585,7 @@ struct guild_skill {
int id,lv;
};
-struct hChSysCh;
+struct channel_data;
struct guild {
int guild_id;
short guild_lv, connect_member, max_member, average_lv;
@@ -608,7 +608,7 @@ struct guild {
short *instance;
unsigned short instances;
- struct hChSysCh *channel;
+ struct channel_data *channel;
/* HPM Custom Struct */
struct HPluginData **hdata;