diff options
author | ossi0110 <asmodus1@web.de> | 2014-01-16 09:09:45 +0100 |
---|---|---|
committer | ossi0110 <asmodus1@web.de> | 2014-01-16 09:09:45 +0100 |
commit | 7ed885a1411aec8e368bbf9c59c0715542045bd0 (patch) | |
tree | 6f6a3550f7d09c9eaf7e62bdcc1fde6c8f6fd9e2 /src/map/status.h | |
parent | d4d37e6a8675a805c574b2bfbff46b2114141f47 (diff) | |
download | hercules-7ed885a1411aec8e368bbf9c59c0715542045bd0.tar.gz hercules-7ed885a1411aec8e368bbf9c59c0715542045bd0.tar.bz2 hercules-7ed885a1411aec8e368bbf9c59c0715542045bd0.tar.xz hercules-7ed885a1411aec8e368bbf9c59c0715542045bd0.zip |
Added 2 Missing Costumes
Will O Wisp
Decoration of Music
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/status.h b/src/map/status.h index 44cc3b0a1..f319b1506 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -697,6 +697,8 @@ typedef enum sc_type { SC_SUPER_STAR, SC_OKTOBERFEST, + SC_STRANGELIGHTS, + SC_DECORATION_OF_MUSIC, SC_MAX, //Automatically updated max, used in for's to check we are within bounds. } sc_type; @@ -1458,6 +1460,7 @@ enum si_type { SI_PACKING_ENVELOPE10 = 775, SI_GLASTHEIM_TRANS = 776, SI_HEAT_BARREL_AFTER = 778, + SI_DECORATION_OF_MUSIC = 779, SI_MAX, }; // JOINTBEAT stackable ailments |