From 7a612f8db0c03ba748a174c97e9bc2cf902d8b10 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 14 Jun 2012 19:36:05 +0000 Subject: Added support for new carts (requires packetver 20120201 or newer). Super-Ultra-Plus thanks to Fatal Error and Judas. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16297 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/config/const.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/map/config') 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 **/ -- cgit v1.2.3-70-g09d2