diff options
Diffstat (limited to 'conf/battle/client.conf')
-rw-r--r-- | conf/battle/client.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index ab46930f5..143505a36 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -123,3 +123,8 @@ display_status_timers: yes // Randomizes the dice emoticon server-side, to prevent clients from forging // packets for the desired number. (Note 1) client_reshuffle_dice: no + +// Sorts the character and guild storage before it is sent to the client. +// Official servers do not sort storage. (Note 1) +// NOTE: Enabling this option degrades performance. +client_sort_storage: no |