diff options
author | Haru <haru@dotalux.com> | 2019-11-17 23:18:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-17 23:18:21 +0100 |
commit | 6b33c624b0a3d77124a9c2014d36cf2cc9f22d26 (patch) | |
tree | b0ecd6dee8f6ea16def118b30c17d6224cd9c0fd /db | |
parent | e09c7e12b329314b94a3b68dad3e9f76f256cc79 (diff) | |
parent | 11546fe6cdfd5712432c998fd05dcde5a8a75348 (diff) | |
download | hercules-6b33c624b0a3d77124a9c2014d36cf2cc9f22d26.tar.gz hercules-6b33c624b0a3d77124a9c2014d36cf2cc9f22d26.tar.bz2 hercules-6b33c624b0a3d77124a9c2014d36cf2cc9f22d26.tar.xz hercules-6b33c624b0a3d77124a9c2014d36cf2cc9f22d26.zip |
Merge pull request #2575 from Asheraf/scconfguildpassive
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 9320b0e7b..ba256f9c7 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -2370,6 +2370,7 @@ SC_LEADERSHIP: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_GLORYWOUNDS: { @@ -2378,6 +2379,7 @@ SC_GLORYWOUNDS: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_SOULCOLD: { @@ -2386,6 +2388,7 @@ SC_SOULCOLD: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_HAWKEYES: { @@ -2394,6 +2397,7 @@ SC_HAWKEYES: { NoDispelReset: true NoClearanceReset: true NoMadoReset: true + NoAllReset: true } } SC_GDSKILL_REGENERATION: { |