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
This commit is contained in:
shennetsind 2012-01-04 18:44:32 +00:00
parent 729b0b28ca
commit f34d86ee5c

View File

@ -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;
}