diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-21 11:17:07 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-21 11:17:07 +0000 |
commit | 1f167df54078c959771c8d0b064cad337e541107 (patch) | |
tree | 0c2c3c16545cdec9916398872d202840dcdb0685 /src/map/status.h | |
parent | c7bce63ecd9fb5d44c442791c13591aebd4dbb88 (diff) | |
download | hercules-1f167df54078c959771c8d0b064cad337e541107.tar.gz hercules-1f167df54078c959771c8d0b064cad337e541107.tar.bz2 hercules-1f167df54078c959771c8d0b064cad337e541107.tar.xz hercules-1f167df54078c959771c8d0b064cad337e541107.zip |
- Removed SC_INCAGIRATE/SC_INCDEXRATE as they are not used anymore (and where even incompletely coded)
- Added SC_INCASPDRATE, SC_INCFLEE2, SC_INCCRI, SC_INCDEF, SC_INCBASEATK and SC_FASTCAST as these are required by the newer items.
- Cleaned a bit the implementation of Suffragium
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11535 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index d98ba1b82..50ed1eb44 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -260,8 +260,8 @@ enum { SC_FLEET, SC_SPEED, SC_DEFENCE, - SC_INCAGIRATE, - SC_INCDEXRATE, + SC_INCASPDRATE, + SC_INCFLEE2, SC_JAILED, SC_ENCHANTARMS, //250 SC_MAGICALATTACK, @@ -274,6 +274,10 @@ enum { SC_ITEMBOOST, // Bubble Gum SC_BOSSMAPINFO, // Convex Mirror SC_LIFEINSURANCE, // Life Insurance + SC_INCCRI, + SC_INCDEF, + SC_INCBASEATK, + SC_FASTCAST, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; int SkillStatusChangeTable(int skill); |