summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-06 23:59:59 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 19:46:14 +0100
commit7490bd522753bf4adcdb807c39dac9914dff37c7 (patch)
tree18528e92681c0dd9dec62713586e85ede394a943 /src/map/status.h
parent52c5fd966f6382087b9ab96c0000c791aa184c3e (diff)
downloadhercules-7490bd522753bf4adcdb807c39dac9914dff37c7.tar.gz
hercules-7490bd522753bf4adcdb807c39dac9914dff37c7.tar.bz2
hercules-7490bd522753bf4adcdb807c39dac9914dff37c7.tar.xz
hercules-7490bd522753bf4adcdb807c39dac9914dff37c7.zip
Add SC_VITALIZE_POTION status change
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index aaedc4cb4..7a14f1961 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -855,6 +855,7 @@ typedef enum sc_type {
SC_CLIENT_ONLY_EQUIP_ARROW,
SC_MADOGEAR,
SC_POPECOOKIE,
+ SC_VITALIZE_POTION,
#ifndef SC_MAX
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
#endif