diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 08:46:04 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 08:46:04 +0800 |
commit | f7f6f3da94a9dffc7e7b9ecd2c82914945b48269 (patch) | |
tree | 11e48ff9fb40ea4113bc260cbe9c0d27643fe4f7 /src/map/status.h | |
parent | 1ac1500a6761378abc8323d7a341b8ccdd88b08e (diff) | |
download | hercules-f7f6f3da94a9dffc7e7b9ecd2c82914945b48269.tar.gz hercules-f7f6f3da94a9dffc7e7b9ecd2c82914945b48269.tar.bz2 hercules-f7f6f3da94a9dffc7e7b9ecd2c82914945b48269.tar.xz hercules-f7f6f3da94a9dffc7e7b9ecd2c82914945b48269.zip |
Item Update:
- Added official item effect for Ancient Spirit Agimat.
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 43041e316..bc93abc1e 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -818,6 +818,7 @@ typedef enum sc_type { SC_MOVHASTE_POTION, SC_MOVESLOW_POTION, SC_BUCHEDENOEL, + SC_PHI_DEMON, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |