Browse Source

Fixed bugreport:6017 somewhat a typo that gcc didn't mind about.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16301 54d463be-8e91-2dee-dedb-b68131a5f0ec
shennetsind 13 years ago
parent
commit
411249554c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/map/config/const.h

+ 1 - 1
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