summaryrefslogtreecommitdiff
path: root/src/map/status.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-10 20:49:52 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-13 20:09:08 +0300
commit3bbb97500e21a00611f5a3f1e4dd3910477e3f49 (patch)
treefa72eb2fc6423a8b1eef7c7e78836a2dd5522220 /src/map/status.h
parentd4c60857823a4782f349f2967315c7ad58d09711 (diff)
downloadhercules-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.
Diffstat (limited to 'src/map/status.h')
-rw-r--r--src/map/status.h2
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