summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-10-29 17:45:21 +0100
committerAsheraf <acheraf1998@gmail.com>2019-10-29 17:45:21 +0100
commit3489894765b41f9b802187efc1c566c225aa74b8 (patch)
tree61429e2fdf45f98465cfb050232d2b2a71a1e1e6 /src/map/status.h
parent857650c4f58d347455b0d075b49a53f69e6d0c51 (diff)
downloadhercules-3489894765b41f9b802187efc1c566c225aa74b8.tar.gz
hercules-3489894765b41f9b802187efc1c566c225aa74b8.tar.bz2
hercules-3489894765b41f9b802187efc1c566c225aa74b8.tar.xz
hercules-3489894765b41f9b802187efc1c566c225aa74b8.zip
Dehardcode status effect boss resistance
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h
index e2280e409..63c8eb3ca 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -61,7 +61,8 @@ typedef enum sc_conf_type {
SC_DEBUFF = 0x020,
SC_MADO_NO_RESET = 0x040,
SC_NO_CLEAR = 0x080,
- SC_VISIBLE = 0x100
+ SC_VISIBLE = 0x100,
+ SC_NO_BOSS = 0x200
} sc_conf_type;
/**