diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-19 23:25:53 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-19 23:37:08 +0800 |
commit | c22bc45868e8ea2b7ef904848d178caeaa6b379c (patch) | |
tree | 32edebf9506cd0dad0612cef0ebcf8a2007a4e1d /src/map/status.h | |
parent | 5802b22439441be1914ae9024d6ce06d51c0210f (diff) | |
download | hercules-c22bc45868e8ea2b7ef904848d178caeaa6b379c.tar.gz hercules-c22bc45868e8ea2b7ef904848d178caeaa6b379c.tar.bz2 hercules-c22bc45868e8ea2b7ef904848d178caeaa6b379c.tar.xz hercules-c22bc45868e8ea2b7ef904848d178caeaa6b379c.zip |
Implemented Official Summer 2 Costume
Added summer2_ignorepalette configuration
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 6f68c36c3..17585e6a1 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -840,6 +840,8 @@ typedef enum sc_type { SC_TUNAPARTY, SC_SHRIMP, // 650 SC_FRESHSHRIMP, + + SC_DRESS_UP, #ifndef SC_MAX SC_MAX, //Automatically updated max, used in for's to check we are within bounds. #endif @@ -1722,7 +1724,7 @@ enum si_type { //SI_SUMMEREVENT04 = 853, //SI_SUMMEREVENT05 = 854, //SI_MINIGAME_ROULETTE_BONUS_ITEM = 855, - //SI_DRESS_UP = 856, + SI_DRESS_UP = 856, SI_MAPLE_FALLS = 857, //SI_ALL_NIFLHEIM_RECALL = 858, //SI_ = 859, |