diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 08:37:29 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2015-12-23 08:37:29 +0800 |
commit | 1ac1500a6761378abc8323d7a341b8ccdd88b08e (patch) | |
tree | b972b47f471d012a8f8cd1cd78e9ea67805abcd5 /src/map/status.h | |
parent | 966ae872aed88253ae645c07b66ec6bd19d619df (diff) | |
download | hercules-1ac1500a6761378abc8323d7a341b8ccdd88b08e.tar.gz hercules-1ac1500a6761378abc8323d7a341b8ccdd88b08e.tar.bz2 hercules-1ac1500a6761378abc8323d7a341b8ccdd88b08e.tar.xz hercules-1ac1500a6761378abc8323d7a341b8ccdd88b08e.zip |
Item Update:
- Added official Buche De Noel item effect.
- Minor 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 3bf862163..43041e316 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -817,6 +817,7 @@ typedef enum sc_type { SC_STEAMPACK, SC_MOVHASTE_POTION, SC_MOVESLOW_POTION, + SC_BUCHEDENOEL, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; |