From 3bbb97500e21a00611f5a3f1e4dd3910477e3f49 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 10 Aug 2017 20:49:52 +0300 Subject: Save near 200 places in arrays with size SC_MAX. SC_X conatants can be with any numbers. --- src/map/status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.h') 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 -- cgit v1.2.3-60-g2f50