diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-11-02 15:50:02 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2019-11-02 15:50:41 +0100 |
commit | 11546fe6cdfd5712432c998fd05dcde5a8a75348 (patch) | |
tree | 9bc22b2911f1505a03527ee127a0548706512207 /db | |
parent | 857650c4f58d347455b0d075b49a53f69e6d0c51 (diff) | |
download | hercules-11546fe6cdfd5712432c998fd05dcde5a8a75348.tar.gz hercules-11546fe6cdfd5712432c998fd05dcde5a8a75348.tar.bz2 hercules-11546fe6cdfd5712432c998fd05dcde5a8a75348.tar.xz hercules-11546fe6cdfd5712432c998fd05dcde5a8a75348.zip |
Passive Guild Skill status should not reset with SC_ALL
Diffstat (limited to 'db')
-rw-r--r-- | db/sc_config.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf index 12b0e2293..9409cb271 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -2340,6 +2340,7 @@ SC_LEADERSHIP: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_GLORYWOUNDS: { @@ -2348,6 +2349,7 @@ SC_GLORYWOUNDS: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_SOULCOLD: { @@ -2356,6 +2358,7 @@ SC_SOULCOLD: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_HAWKEYES: { @@ -2364,6 +2367,7 @@ SC_HAWKEYES: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_GDSKILL_REGENERATION: { |