summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/constants.conf1
-rw-r--r--db/sc_config.conf6
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"
+}