summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-08-15 01:06:33 +0200
committerGitHub <noreply@github.com>2017-08-15 01:06:33 +0200
commit14b48736cd4cffa540cbe87d60bce0acb1c7d324 (patch)
treefa72eb2fc6423a8b1eef7c7e78836a2dd5522220
parentd4c60857823a4782f349f2967315c7ad58d09711 (diff)
parent3bbb97500e21a00611f5a3f1e4dd3910477e3f49 (diff)
downloadhercules-14b48736cd4cffa540cbe87d60bce0acb1c7d324.tar.gz
hercules-14b48736cd4cffa540cbe87d60bce0acb1c7d324.tar.bz2
hercules-14b48736cd4cffa540cbe87d60bce0acb1c7d324.tar.xz
hercules-14b48736cd4cffa540cbe87d60bce0acb1c7d324.zip
Merge pull request #1817 from 4144/reducememoryusage
Save near 200 places in arrays with size SC_MAX.
-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