diff options
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 1785bd4c4..f6b6329b4 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -491,10 +491,9 @@ struct map_session_data { int shadowform_id; /* [Ind/Hercules] */ - struct hChSysCh **channels; + struct channel_data **channels; unsigned char channel_count; - struct hChSysCh *gcbind; - bool stealth; + struct channel_data *gcbind; unsigned char fontcolor; unsigned int fontcolor_tid; int64 hchsysch_tick; |