From 319398a33cd2ebe97fa1d4a50b7ec9a7c2ef01a6 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(-) 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-70-g09d2