Browse Source

Fixed a typo from r15381, bugreport:5202

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

+ 1 - 1
src/map/battle.c

@@ -4681,7 +4681,7 @@ void battle_adjust_conf()
 #endif
 #endif
 
 
 #if PACKETVER < 20100803
 #if PACKETVER < 20100803
-	if( battle_config.feature_buying_store ) {
+	if( battle_config.feature_search_stores ) {
 		ShowWarning("conf/battle/feature.conf search_stores is enabled but it requires PACKETVER 2010-08-03 or newer, disabling...\n");
 		ShowWarning("conf/battle/feature.conf search_stores is enabled but it requires PACKETVER 2010-08-03 or newer, disabling...\n");
 		battle_config.feature_search_stores = 0;
 		battle_config.feature_search_stores = 0;
 	}
 	}