diff options
-rw-r--r-- | db/sc_config.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf index dce0b9b78..3a2aa3ff6 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -46,6 +46,30 @@ SC_TYPE: { } } **************************************************************************/ +SC_STUN: { + Flags: { + Debuff: true + NoBoss: true + } +} +SC_STONE: { + Flags: { + Debuff: true + NoBoss: true + } +} +SC_DPOISON: { + Flags: { + Debuff: true + NoBoss: true + } +} +SC_DEEP_SLEEP: { + Flags: { + Debuff: true + NoBoss: true + } +} SC_PROVOKE: { Flags: { Debuff: true |