diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-09 21:37:31 +0100 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-03-14 19:50:29 +0100 |
commit | 05aee41c44ba89bb35e233815b62d6dcefc0899c (patch) | |
tree | 90d254c4176a58a9c2f38edcd153718b35527923 /src/map/status.h | |
parent | 2c26eec424e0d4f614c7ff73ad2c5402da669338 (diff) | |
download | hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.gz hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.bz2 hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.tar.xz hercules-05aee41c44ba89bb35e233815b62d6dcefc0899c.zip |
Add SC_ALMIGHTY status change
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index d113735f4..d5cb3da75 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -860,6 +860,7 @@ typedef enum sc_type { SC_SKF_ATK, SC_SKF_ASPD, SC_SKF_CAST, + SC_ALMIGHTY, #ifndef SC_MAX SC_MAX, //Automatically updated max, used in for's to check we are within bounds. #endif |