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:
parent
729b0b28ca
commit
f34d86ee5c
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user