diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-09 17:21:32 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-10-09 17:21:32 +0000 |
commit | 8a7e51e73c3d15c1736d2d575a767904faa755e8 (patch) | |
tree | db5ee703e7f5878a6b074943c3e013a72ed26c90 /src/map/status.h | |
parent | 99683b97ecb468dcea41817bccb0d6c28daf4d2d (diff) | |
download | hercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.tar.gz hercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.tar.bz2 hercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.tar.xz hercules-8a7e51e73c3d15c1736d2d575a767904faa755e8.zip |
Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13272 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map/status.h b/src/map/status.h index f5e36ec88..b4b6dde61 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -287,7 +287,7 @@ typedef enum sc_type { SC_INCHEALRATE, SC_PNEUMA, SC_AUTOTRADE, - SC_KSPROTECTED, + SC_KSPROTECTED, //270 SC_ARMOR_RESIST, SC_SPCOST_RATE, SC_COMMONSC_RESIST, @@ -299,11 +299,13 @@ typedef enum sc_type { // Mercenary Only Bonus Effects SC_MERC_FLEEUP, SC_MERC_ATKUP, - SC_MERC_HPUP, + SC_MERC_HPUP, //280 SC_MERC_SPUP, SC_MERC_HITUP, SC_MERC_QUICKEN, + SC_REBIRTH, + SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |