summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-09 19:52:33 +0100
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-03-14 19:47:52 +0100
commitb198861ca00993af846a2156ce41de2375510775 (patch)
treec0faf1f1fc9abbc6bdaeb1b0fe59d54b8c1c7787 /src/map/status.h
parent6bbe78a5518deb3a0bd8b8227066f8fdba7f6e0d (diff)
downloadhercules-b198861ca00993af846a2156ce41de2375510775.tar.gz
hercules-b198861ca00993af846a2156ce41de2375510775.tar.bz2
hercules-b198861ca00993af846a2156ce41de2375510775.tar.xz
hercules-b198861ca00993af846a2156ce41de2375510775.zip
Add SC_SKF_ATK 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 7266d6ec3..5f0d51b26 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -857,6 +857,7 @@ typedef enum sc_type {
SC_POPECOOKIE,
SC_VITALIZE_POTION,
SC_SKF_MATK,
+ SC_SKF_ATK,
#ifndef SC_MAX
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
#endif