From 65e43c2ab18a446102dea9237cfd4152392d7f33 Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 10 May 2014 17:46:37 +0200 Subject: Moved MAX_CARTS and NEW_CARTS defines into common/mmo.h - Fixes bugreport:8184, allowing re-commit of 94657284973f4037596bae468ebfbee5c217e02b Signed-off-by: Haru --- src/config/const.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/config/const.h') diff --git a/src/config/const.h b/src/config/const.h index f9baa4d7d..ba06d70cb 100644 --- a/src/config/const.h +++ b/src/config/const.h @@ -87,14 +87,6 @@ #define RE_LVL_TMDMOD() #endif -/* Feb 1st 2012 */ -#if PACKETVER >= 20120201 - #define NEW_CARTS - #define MAX_CARTS 9 -#else - #define MAX_CARTS 5 -#endif - // Renewal variable cast time reduction #ifdef RENEWAL_CAST #define VARCAST_REDUCTION(val) do { \ -- cgit v1.2.3-70-g09d2