summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-09 19:38:36 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 19:46:50 +0100
commit6bbe78a5518deb3a0bd8b8227066f8fdba7f6e0d (patch)
tree0c8166598cc9d1178199962a6bb538cb6fb60a46 /src/map/status.h
parent7490bd522753bf4adcdb807c39dac9914dff37c7 (diff)
downloadhercules-6bbe78a5518deb3a0bd8b8227066f8fdba7f6e0d.tar.gz
hercules-6bbe78a5518deb3a0bd8b8227066f8fdba7f6e0d.tar.bz2
hercules-6bbe78a5518deb3a0bd8b8227066f8fdba7f6e0d.tar.xz
hercules-6bbe78a5518deb3a0bd8b8227066f8fdba7f6e0d.zip
Add SC_SKF_MATK 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 7a14f1961..7266d6ec3 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -856,6 +856,7 @@ typedef enum sc_type {
SC_MADOGEAR,
SC_POPECOOKIE,
SC_VITALIZE_POTION,
+ SC_SKF_MATK,
#ifndef SC_MAX
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
#endif