diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 15:27:20 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 15:27:20 +0800 |
commit | 248f245f078ddba531cf771dcd42ad9e0bd0f7c7 (patch) | |
tree | 00bd7bb5eb7a7c98160cb413d22f3a9d07912d29 /src/map/status.h | |
parent | c0afd048169aa9d66c739ac548df05ed498a0a34 (diff) | |
download | hercules-248f245f078ddba531cf771dcd42ad9e0bd0f7c7.tar.gz hercules-248f245f078ddba531cf771dcd42ad9e0bd0f7c7.tar.bz2 hercules-248f245f078ddba531cf771dcd42ad9e0bd0f7c7.tar.xz hercules-248f245f078ddba531cf771dcd42ad9e0bd0f7c7.zip |
Item Update:
- Added official effect for Rapid Life Water.
- Added new items:
- Fruit Salad (http://www.divine-pride.net/database/item/11715)
- Shepherd Salad (http://www.divine-pride.net/database/item/11716)
- Yogurt (http://www.divine-pride.net/database/item/11717)
- Bisket Dessert (http://www.divine-pride.net/database/item/11718)
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 dfc914849..b5597dd45 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -822,6 +822,8 @@ typedef enum sc_type { SC_PROMOTE_HEALTH_RESERCH, SC_ENERGY_DRINK_RESERCH, SC_MAGIC_CANDY, + SC_M_LIFEPOTION, + SC_G_LIFEPOTION, // 640 SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |