summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h6
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;