diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-10 20:49:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-10 21:20:18 +0300 |
commit | 319398a33cd2ebe97fa1d4a50b7ec9a7c2ef01a6 (patch) | |
tree | ce8de7b895ae82f6e62c44160a8e64a0f36a8ba7 | |
parent | 625e300318f14d3ac16c1a569a955bd85f9297ff (diff) | |
download | hercules-319398a33cd2ebe97fa1d4a50b7ec9a7c2ef01a6.tar.gz hercules-319398a33cd2ebe97fa1d4a50b7ec9a7c2ef01a6.tar.bz2 hercules-319398a33cd2ebe97fa1d4a50b7ec9a7c2ef01a6.tar.xz hercules-319398a33cd2ebe97fa1d4a50b7ec9a7c2ef01a6.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 |