diff options
author | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-03 22:49:11 +0000 |
---|---|---|
committer | zephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-03 22:49:11 +0000 |
commit | 9f78557c7742eeb630ba5ae7b6e72d8c56a5b5b1 (patch) | |
tree | b0dbd43762e81aaf914231e200741eddf24a9851 /src/map/status.h | |
parent | 9aff15a57af029d3ec66fa9a038cdb4ba265ce3e (diff) | |
download | hercules-9f78557c7742eeb630ba5ae7b6e72d8c56a5b5b1.tar.gz hercules-9f78557c7742eeb630ba5ae7b6e72d8c56a5b5b1.tar.bz2 hercules-9f78557c7742eeb630ba5ae7b6e72d8c56a5b5b1.tar.xz hercules-9f78557c7742eeb630ba5ae7b6e72d8c56a5b5b1.zip |
* Added the code for Field Manual (SC_BONUSEXP) and Bubble Gum (SC_BONUSDROP)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11351 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index eb44925d4..91981bdf4 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -270,6 +270,8 @@ enum { SC_MAGICMIRROR, SC_SLOWCAST, SC_SUMMER, // [Zephyrus Summer] + SC_BONUSEXP, // [Field Guide] + SC_BONUSDROP, // [Bubble Gum] SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; int SkillStatusChangeTable(int skill); |