fix(Conf): disable LeaveGroupOnLogout by default (#18245)
This commit is contained in:
parent
425a490a7b
commit
c47c945aa4
1 changed files with 2 additions and 2 deletions
|
|
@ -3069,9 +3069,9 @@ Rate.RepairCost = 1
|
|||
# Description: Should the player leave their group when they log out?
|
||||
# (It does not affect raids or dungeon finder groups)
|
||||
#
|
||||
# Default: 1 - (Enabled)
|
||||
# Default: 0 - (Disabled)
|
||||
|
||||
LeaveGroupOnLogout.Enabled = 1
|
||||
LeaveGroupOnLogout.Enabled = 0
|
||||
|
||||
#
|
||||
# Group.Raid.LevelRestriction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue