diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/status.h b/src/map/status.h index 97aea9d2b..b036dbd09 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -280,9 +280,9 @@ enum sc_type { SC_INCDEF, SC_INCBASEATK, SC_FASTCAST, - SC_INCMDEFRATE, // Mdef Potion - SC_HPREGEN, // Life Potion - SC_INCHEALRATE, // Regeneration Potion + SC_INCMDEFRATE, + SC_HPREGEN, + SC_INCHEALRATE, SC_PNEUMA, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; |