summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-18 15:20:31 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-18 15:20:31 +0000
commit9d7d036456ad886c3a60aa73c4db37822923bf60 (patch)
tree24da1b6036d6015426ffd8b55604f86115c3c569 /src/map/battle.h
parent2ce4ea3324da64930c77076194e2e8b2b8ab2e49 (diff)
downloadhercules-9d7d036456ad886c3a60aa73c4db37822923bf60.tar.gz
hercules-9d7d036456ad886c3a60aa73c4db37822923bf60.tar.bz2
hercules-9d7d036456ad886c3a60aa73c4db37822923bf60.tar.xz
hercules-9d7d036456ad886c3a60aa73c4db37822923bf60.zip
* 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
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 1a879f5b5..3abc6b0a4 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -479,6 +479,7 @@ extern struct Battle_Config
int mob_slave_keep_target;
int autospell_check_range; //Enable range check for autospell bonus. [L0ne_W0lf]
int client_reshuffle_dice; // Reshuffle /dice
+ int client_sort_storage;
// [BattleGround Settings]
int bg_update_interval;