From f34d86ee5cc27fc51131cddf0b8bfe3b745e9b0a Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 4 Jan 2012 18:44:32 +0000 Subject: [PATCH] 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 --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/battle.c b/src/map/battle.c index 00d7a2dc1c..84ff538045 100644 --- a/src/map/battle.c +++ b/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; }