From 7490bd522753bf4adcdb807c39dac9914dff37c7 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Fri, 6 Mar 2020 23:59:59 +0100 Subject: Add SC_VITALIZE_POTION status change --- db/constants.conf | 1 + db/sc_config.conf | 6 ++++++ 2 files changed, 7 insertions(+) (limited to 'db') 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" +} -- cgit v1.2.3-70-g09d2