diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-05 14:45:24 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2016-01-05 14:45:24 +0800 |
commit | ada90628a2f377445166e8543b30f8817a6922e7 (patch) | |
tree | f5809c26181c627076c2b8ff8289889c819a5c9f /src | |
parent | 5020a123570a7b263f6b742df5891a36434473a0 (diff) | |
download | hercules-ada90628a2f377445166e8543b30f8817a6922e7.tar.gz hercules-ada90628a2f377445166e8543b30f8817a6922e7.tar.bz2 hercules-ada90628a2f377445166e8543b30f8817a6922e7.tar.xz hercules-ada90628a2f377445166e8543b30f8817a6922e7.zip |
Enable the Status Icons for Transformation Candies.
Diffstat (limited to 'src')
-rw-r--r-- | src/map/status.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/status.h b/src/map/status.h index 5996e8c2e..90b05c71c 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1641,10 +1641,10 @@ enum si_type { //SI_CHUSEOK_WEEKEND = 790, //SI_ALL_LIGHTGUARD = 791, //SI_ALL_LIGHTGUARD_COOL_TIME = 792, - //SI_MTF_MHP = 793, - //SI_MTF_MSP = 794, - //SI_MTF_PUMPKIN = 795, - //SI_MTF_HITFLEE = 796, + SI_MTF_MHP = 793, + SI_MTF_MSP = 794, + SI_MTF_PUMPKIN = 795, + SI_MTF_HITFLEE = 796, //SI_MTF_CRIDAMAGE2 = 797, //SI_MTF_SPDRAIN = 798, //SI_ACUO_MINT_GUM = 799, |