summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-11-17 17:43:09 +0100
committerGitHub <noreply@github.com>2019-11-17 17:43:09 +0100
commitf91cbd5d1f9fc8492d64be8ef402b89e405c807c (patch)
tree1621775ac912b6f49a6d07184883803453246af6 /src/map/status.h
parent608603ac66cc0acc8eb016e0a26675e0d067fcbe (diff)
parent3489894765b41f9b802187efc1c566c225aa74b8 (diff)
downloadhercules-f91cbd5d1f9fc8492d64be8ef402b89e405c807c.tar.gz
hercules-f91cbd5d1f9fc8492d64be8ef402b89e405c807c.tar.bz2
hercules-f91cbd5d1f9fc8492d64be8ef402b89e405c807c.tar.xz
hercules-f91cbd5d1f9fc8492d64be8ef402b89e405c807c.zip
Merge pull request #2570 from Asheraf/scconfnoboss
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;
/**