diff options
author | Haru <haru@dotalux.com> | 2017-08-08 16:48:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-08 16:48:12 +0200 |
commit | 89ccf19c2780f80aa475c07fcea5750519266807 (patch) | |
tree | deb8adacb1904b4c86e94e3ab8ce29d4ce862be7 /src/map/status.h | |
parent | e1e27fd07bfa1a90eeb2d4bfff32c70258cc07df (diff) | |
parent | 544da439e81ff78ec102b754e16b6cc0a28a6d0a (diff) | |
download | hercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.gz hercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.bz2 hercules-89ccf19c2780f80aa475c07fcea5750519266807.tar.xz hercules-89ccf19c2780f80aa475c07fcea5750519266807.zip |
Merge pull request #1686 from guilherme-gm/rodex_
Implementation of RoDEX
Diffstat (limited to 'src/map/status.h')
-rw-r--r-- | src/map/status.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 3c0a87175..0482c7cbd 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -842,6 +842,9 @@ typedef enum sc_type { SC_FRESHSHRIMP, SC_DRESS_UP, + + // Rodex + SC_DAILYSENDMAILCNT = 824, #ifndef SC_MAX SC_MAX, //Automatically updated max, used in for's to check we are within bounds. #endif @@ -1691,7 +1694,7 @@ enum si_type { //SI_SHOW_NPCHPBAR = 821, SI_FLOWERSMOKE = 822, SI_FSTONE = 823, - //SI_DAILYSENDMAILCNT = 824, + SI_DAILYSENDMAILCNT = 824, //SI_QSCARABA = 825, SI_LJOSALFAR = 826, //SI_PAD_READER_KNIGHT = 827, |