summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-10-29 17:45:21 +0100
committerJesusaves <cpntb1@ymail.com>2021-02-15 17:45:13 -0300
commitbddd44d04115dbf5adcfe68021cfc833d4830b28 (patch)
tree0c9e331b58f6a0b79ea2383a63cfc1b659645124 /src/map/status.h
parent1c49e9fdac93fee27ccd0a3078bd93a9c9a47d5f (diff)
downloadhercules-bddd44d04115dbf5adcfe68021cfc833d4830b28.tar.gz
hercules-bddd44d04115dbf5adcfe68021cfc833d4830b28.tar.bz2
hercules-bddd44d04115dbf5adcfe68021cfc833d4830b28.tar.xz
hercules-bddd44d04115dbf5adcfe68021cfc833d4830b28.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 f10b154ab..495081391 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;
/**