summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-12 09:13:29 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-12 09:13:29 +0000
commit62c7a5a3b56f45d22b239009160ca5b4c27a52a8 (patch)
tree9a3ddff3f3621c20a522b9386dfded0eba83f952 /src/map/status.h
parent2f6e6453f6296a6335cf6fccbfe0567584ebdbde (diff)
downloadhercules-62c7a5a3b56f45d22b239009160ca5b4c27a52a8.tar.gz
hercules-62c7a5a3b56f45d22b239009160ca5b4c27a52a8.tar.bz2
hercules-62c7a5a3b56f45d22b239009160ca5b4c27a52a8.tar.xz
hercules-62c7a5a3b56f45d22b239009160ca5b4c27a52a8.zip
- Added SC_INCMDEFRATE, used in Mdef Potions.
- Added the effects of the fireworks items. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11722 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 a610ed120..153b7288e 100644
--- a/src/map/status.h
+++ b/src/map/status.h
@@ -280,6 +280,7 @@ enum sc_type {
SC_INCDEF,
SC_INCBASEATK,
SC_FASTCAST,
+ SC_INCMDEFRATE, // Mdef Potion
SC_MAX, //Automatically updated max, used in for's to check we are within bounds.
};
int SkillStatusChangeTable(int skill);