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.h | |
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.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 4535b1aed..3c02b9d6c 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1488,7 +1488,6 @@ enum { // compound constants OPTION_DRAGON = OPTION_DRAGON1|OPTION_DRAGON2|OPTION_DRAGON3|OPTION_DRAGON4|OPTION_DRAGON5, - OPTION_MASK = ~OPTION_INVISIBLE, }; //Defines for the manner system [Skotlex] |