summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-15 04:29:05 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-15 04:29:05 +0000
commitb5f526d1ff2351011974c0e4f90e4996fb87c699 (patch)
treedeb3bd1017106c609d00428871df0ce71753469c /src/map/status.h
parent6f22f0352964d6d00deafbb8ccaf7145d6321865 (diff)
downloadhercules-b5f526d1ff2351011974c0e4f90e4996fb87c699.tar.gz
hercules-b5f526d1ff2351011974c0e4f90e4996fb87c699.tar.bz2
hercules-b5f526d1ff2351011974c0e4f90e4996fb87c699.tar.xz
hercules-b5f526d1ff2351011974c0e4f90e4996fb87c699.zip
- Added 2 new status changes for Life and Regeneration Potions [Zephyrus]
- Fixed some items boxes giving wrong tamings. - Fixed another item giving 48 gladius[3] git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11738 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h
index 153b7288e..71f84e93d 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -281,6 +281,8 @@ enum sc_type {
SC_INCBASEATK,
SC_FASTCAST,
SC_INCMDEFRATE, // Mdef Potion
+ SC_HPREGEN, // Life Potion
+ SC_INCHEALRATE, // Regeneration Potion
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
};
int SkillStatusChangeTable(int skill);