diff options
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 bc93abc1e..e1585aabd 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -819,6 +819,8 @@ typedef enum sc_type { SC_MOVESLOW_POTION, SC_BUCHEDENOEL, SC_PHI_DEMON, + SC_PROMOTE_HEALTH_RESERCH, + SC_ENERGY_DRINK_RESERCH, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |