diff options
author | shennetsind <ind@henn.et> | 2013-04-15 23:54:36 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-15 23:54:36 -0300 |
commit | 1e21ff7d621ca19f341318c67756d7b39baa7d7b (patch) | |
tree | 7f3b0ee34b09effd400966127e18428a4347752c /src/map/status.c | |
parent | 2967335cb41866162a69732abe4fc3a07b02e27c (diff) | |
download | hercules-1e21ff7d621ca19f341318c67756d7b39baa7d7b.tar.gz hercules-1e21ff7d621ca19f341318c67756d7b39baa7d7b.tar.bz2 hercules-1e21ff7d621ca19f341318c67756d7b39baa7d7b.tar.xz hercules-1e21ff7d621ca19f341318c67756d7b39baa7d7b.zip |
Fixed Bug #7102
@hide is now persistent to logout
http://hercules.ws/board/tracker/issue-7102-perfect-hide/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index f7531494e..7412467c3 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -8998,7 +8998,6 @@ int status_change_clear(struct block_list* bl, int type) { sc->opt1 = 0; sc->opt2 = 0; sc->opt3 = 0; - sc->option &= OPTION_MASK; if( type == 0 || type == 2 ) clif->changeoption(bl); |