From 9d7d036456ad886c3a60aa73c4db37822923bf60 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Sat, 18 Dec 2010 15:20:31 +0000 Subject: * Fixed character storage no longer being sorted (bugreport:1982, since r12950). - Guild storage is now sorted before being displayed rather than after being saved... - Merged storage_gsortitem into storage_sortitem. - Added option 'client_sort_storage' to control storage sorting. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14605 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index 4feb6d4ce..32def23f3 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -4005,6 +4005,7 @@ static const struct _battle_data { { "mob_slave_keep_target", &battle_config.mob_slave_keep_target, 0, 0, 1, }, { "autospell_check_range", &battle_config.autospell_check_range, 0, 0, 1, }, { "client_reshuffle_dice", &battle_config.client_reshuffle_dice, 0, 0, 1, }, + { "client_sort_storage", &battle_config.client_sort_storage, 0, 0, 1, }, // BattleGround Settings { "bg_update_interval", &battle_config.bg_update_interval, 1000, 100, INT_MAX, }, { "bg_short_attack_damage_rate", &battle_config.bg_short_damage_rate, 80, 0, INT_MAX, }, -- cgit v1.2.3-70-g09d2