diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/party.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/party.conf b/conf/map/battle/party.conf index f55732f6f..094faabcb 100644 --- a/conf/map/battle/party.conf +++ b/conf/map/battle/party.conf @@ -39,7 +39,7 @@ party_update_interval: 1000 // Method used to update party-mate hp-bars: // 0: Aegis - bar is updated every time HP changes (bandwidth intensive) // 1: Athena - bar is updated with the party map dots (up to 1 second delay) -party_hp_mode: 0 +party_hp_mode: 1 // When changing party leader, should the new leader be in the same map // as the current leader. (Note 1) |