diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-06 23:59:59 +0100 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-14 19:46:14 +0100 |
commit | 7490bd522753bf4adcdb807c39dac9914dff37c7 (patch) | |
tree | 18528e92681c0dd9dec62713586e85ede394a943 /db | |
parent | 52c5fd966f6382087b9ab96c0000c791aa184c3e (diff) | |
download | hercules-7490bd522753bf4adcdb807c39dac9914dff37c7.tar.gz hercules-7490bd522753bf4adcdb807c39dac9914dff37c7.tar.bz2 hercules-7490bd522753bf4adcdb807c39dac9914dff37c7.tar.xz hercules-7490bd522753bf4adcdb807c39dac9914dff37c7.zip |
Add SC_VITALIZE_POTION status change
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | db/sc_config.conf | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 12fa6e059..c05f9c240 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1418,6 +1418,7 @@ constants_db: { SC_CLIENT_ONLY_EQUIP_ARROW: 668 SC_MADOGEAR: 669 SC_POPECOOKIE: 670 + SC_VITALIZE_POTION: 671 comment__: "Emotes" e_gasp: 0 diff --git a/db/sc_config.conf b/db/sc_config.conf index acfc531f3..dbddfd57d 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -3683,3 +3683,9 @@ SC_POPECOOKIE: { } Icon: "SI_POPECOOKIE" } +SC_VITALIZE_POTION: { + Flags: { + NoDispelReset: true + } + Icon: "SI_VITALIZE_POTION" +} |