Przeglądaj źródła

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 lat temu
rodzic
commit
f34d86ee5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/map/battle.c

+ 1 - 1
src/map/battle.c

@@ -4681,7 +4681,7 @@ void battle_adjust_conf()
 #endif
 
 #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");
 		battle_config.feature_search_stores = 0;
 	}