diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 18:05:19 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 18:05:19 +0800 |
commit | b4a5a9fc744074ff46a58b5fccfe4a218577385f (patch) | |
tree | 49c8b7527341ccc16e2ba21085b663d0fcede3dd /src/map/status.h | |
parent | e9129d00278edc75a45a1d5d47345c9d9f2460c3 (diff) | |
download | hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.gz hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.bz2 hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.tar.xz hercules-b4a5a9fc744074ff46a58b5fccfe4a218577385f.zip |
Item Update:
- Added official item effect for Mystic Powder.
- Added Mystic Powder Box30
- Added effect for WOB_Amatsu
- Added Songpyun_Box50
- White space adjustments
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index b5597dd45..5996e8c2e 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -824,6 +824,7 @@ typedef enum sc_type { SC_MAGIC_CANDY, SC_M_LIFEPOTION, SC_G_LIFEPOTION, // 640 + SC_MYSTICPOWDER, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |