diff options
author | Haru <haru@dotalux.com> | 2015-01-22 18:10:46 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-24 14:37:25 +0100 |
commit | 5066af1700e95b5db24f9998cf1ff052b45f5fa0 (patch) | |
tree | 3f34c2d7592dc8fcd6b1b20f1678e7b784ee22ee /src/map/pc.h | |
parent | fe55c7980099b2813a182cdfcc571df705601a4a (diff) | |
download | hercules-5066af1700e95b5db24f9998cf1ff052b45f5fa0.tar.gz hercules-5066af1700e95b5db24f9998cf1ff052b45f5fa0.tar.bz2 hercules-5066af1700e95b5db24f9998cf1ff052b45f5fa0.tar.xz hercules-5066af1700e95b5db24f9998cf1ff052b45f5fa0.zip |
Channels refactoring: join
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/pc.h')
-rw-r--r-- | src/map/pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h index 167aa6010..f6b6329b4 100644 --- a/src/map/pc.h +++ b/src/map/pc.h @@ -494,7 +494,6 @@ struct map_session_data { struct channel_data **channels; unsigned char channel_count; struct channel_data *gcbind; - bool stealth; unsigned char fontcolor; unsigned int fontcolor_tid; int64 hchsysch_tick; |