summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-29 12:48:08 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-05-29 12:48:08 +0000
commit2d7d5b8c0f59c6641e4b452492438b3fc9c982fc (patch)
treeb3d6298dc2cd28189859ced3cc844ed9f0a91858 /src/map/status.h
parent6c5c324946c1e289de9521bff718f26e47b47362 (diff)
downloadhercules-2d7d5b8c0f59c6641e4b452492438b3fc9c982fc.tar.gz
hercules-2d7d5b8c0f59c6641e4b452492438b3fc9c982fc.tar.bz2
hercules-2d7d5b8c0f59c6641e4b452492438b3fc9c982fc.tar.xz
hercules-2d7d5b8c0f59c6641e4b452492438b3fc9c982fc.zip
- Support for SP Regen status just like HP Regen (by items, by a little time). Required in some new items from Ep 12.1
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12743 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 276cd1b1c..ebbb90884 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -293,6 +293,7 @@ typedef enum sc_type {
SC_COMMONSC_RESIST,
SC_SEVENWIND,
SC_DEF_RATE,
+ SC_SPREGEN,
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
} sc_type;