diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-10 20:49:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-13 20:09:08 +0300 |
commit | 3bbb97500e21a00611f5a3f1e4dd3910477e3f49 (patch) | |
tree | fa72eb2fc6423a8b1eef7c7e78836a2dd5522220 | |
parent | d4c60857823a4782f349f2967315c7ad58d09711 (diff) | |
download | hercules-3bbb97500e21a00611f5a3f1e4dd3910477e3f49.tar.gz hercules-3bbb97500e21a00611f5a3f1e4dd3910477e3f49.tar.bz2 hercules-3bbb97500e21a00611f5a3f1e4dd3910477e3f49.tar.xz hercules-3bbb97500e21a00611f5a3f1e4dd3910477e3f49.zip |
Save near 200 places in arrays with size SC_MAX.
SC_X conatants can be with any numbers.
-rw-r--r-- | src/map/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.h b/src/map/status.h index 0482c7cbd..eb3cf491b 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -844,7 +844,7 @@ typedef enum sc_type { SC_DRESS_UP, // Rodex - SC_DAILYSENDMAILCNT = 824, + SC_DAILYSENDMAILCNT, #ifndef SC_MAX SC_MAX, //Automatically updated max, used in for's to check we are within bounds. #endif |