diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 11:30:24 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 11:30:24 +0800 |
commit | 9dc44927ccf5ae88a40e92be5c7c2146cdb5eb06 (patch) | |
tree | de9c192a80e429288bea39bc1edcd047982c1b0d /src/map/status.h | |
parent | f7f6f3da94a9dffc7e7b9ecd2c82914945b48269 (diff) | |
download | hercules-9dc44927ccf5ae88a40e92be5c7c2146cdb5eb06.tar.gz hercules-9dc44927ccf5ae88a40e92be5c7c2146cdb5eb06.tar.bz2 hercules-9dc44927ccf5ae88a40e92be5c7c2146cdb5eb06.tar.xz hercules-9dc44927ccf5ae88a40e92be5c7c2146cdb5eb06.zip |
Item Update:
- Update the Genetic Sling / Food items
- AegisNames
- iRO Names
- Prices
- Weight
- Added official effect for HP Increase Potions and SP Increase Potions.
- Fix Banana Bomb sitting behavior.
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; |