summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-15 23:54:36 -0300
committershennetsind <ind@henn.et>2013-04-15 23:54:36 -0300
commit1e21ff7d621ca19f341318c67756d7b39baa7d7b (patch)
tree7f3b0ee34b09effd400966127e18428a4347752c /src/map/status.h
parent2967335cb41866162a69732abe4fc3a07b02e27c (diff)
downloadhercules-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.h1
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]