diff options
author | Haru <haru@dotalux.com> | 2015-01-22 00:28:24 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-24 14:37:25 +0100 |
commit | fc50b63d454f59620e0d3ef6674bd9ae54a6175f (patch) | |
tree | 35bcd04fd592a40aca634995cca3fe33031fc5c4 /src/common/mmo.h | |
parent | a75714ca455c728d34918dd12200fcec87ebc0d4 (diff) | |
download | hercules-fc50b63d454f59620e0d3ef6674bd9ae54a6175f.tar.gz hercules-fc50b63d454f59620e0d3ef6674bd9ae54a6175f.tar.bz2 hercules-fc50b63d454f59620e0d3ef6674bd9ae54a6175f.tar.xz hercules-fc50b63d454f59620e0d3ef6674bd9ae54a6175f.zip |
Moved the Hercules Channel System to its own file/interface
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |