diff options
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index a45b22adb..187188dfb 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -814,6 +814,7 @@ typedef enum sc_type { SC_2011RWC, SC_STR_SCROLL, SC_INT_SCROLL, // 630 + SC_STEAMPACK, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -1133,7 +1134,7 @@ enum si_type { SI_ARMOR_PROPERTY = 302, //SI_REUSE_LIMIT_A = 303, SI_HELLPOWER = 304, - //SI_STEAMPACK = 305, + SI_STEAMPACK = 305, //SI_REUSE_LIMIT_B = 306, //SI_REUSE_LIMIT_C = 307, //SI_REUSE_LIMIT_D = 308, |