summaryrefslogtreecommitdiff
path: root/src/map/config/const.h
diff options
context:
space:
mode:
authorshennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-15 00:35:07 +0000
committershennetsind <shennetsind@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-06-15 00:35:07 +0000
commit66777e5c665efd42b9328d32fbb3762614d4c90e (patch)
treed341c5a0557621bb98a96e7763d21c104f72a89a /src/map/config/const.h
parent22d2718db209b1d75a75b4976b882ed659d22ee5 (diff)
downloadhercules-66777e5c665efd42b9328d32fbb3762614d4c90e.tar.gz
hercules-66777e5c665efd42b9328d32fbb3762614d4c90e.tar.bz2
hercules-66777e5c665efd42b9328d32fbb3762614d4c90e.tar.xz
hercules-66777e5c665efd42b9328d32fbb3762614d4c90e.zip
Fixed bugreport:6017 somewhat a typo that gcc didn't mind about.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16301 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/config/const.h')
-rw-r--r--src/map/config/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/config/const.h b/src/map/config/const.h
index d209d81ce..85a76b1ab 100644
--- a/src/map/config/const.h
+++ b/src/map/config/const.h
@@ -101,7 +101,7 @@
#endif
/* Feb 1st 2012 */
-#ifdef PACKETVER >= 20120201
+#if PACKETVER >= 20120201
#define NEW_CARTS
#define MAX_CARTS 9
#else