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 eb44925d4..91981bdf4 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -270,6 +270,8 @@ enum { SC_MAGICMIRROR, SC_SLOWCAST, SC_SUMMER, // [Zephyrus Summer] + SC_BONUSEXP, // [Field Guide] + SC_BONUSDROP, // [Bubble Gum] SC_MAX, //Automatically updated max, used in for's to check we are within bounds. }; int SkillStatusChangeTable(int skill); |