summaryrefslogtreecommitdiff
path: root/src/map/config/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/config/const.h')
-rw-r--r--src/map/config/const.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/map/config/const.h b/src/map/config/const.h
index 6b46a6061..d209d81ce 100644
--- a/src/map/config/const.h
+++ b/src/map/config/const.h
@@ -100,6 +100,14 @@
#define RE_LVL_TMDMOD()
#endif
+/* Feb 1st 2012 */
+#ifdef PACKETVER >= 20120201
+ #define NEW_CARTS
+ #define MAX_CARTS 9
+#else
+ #define MAX_CARTS 5
+#endif
+
/**
* End of File
**/