mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 16:37:12 +00:00
[7174] Implement new option GM.Visible for set original GM visibility state at login.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
939ef7612d
commit
4e72f3bb33
5 changed files with 21 additions and 1 deletions
|
|
@ -833,6 +833,12 @@ Channel.SilentlyGMJoin = 0
|
|||
# 0 (disable)
|
||||
# 1 (enable)
|
||||
#
|
||||
# GM.Visible
|
||||
# GM visibility at login
|
||||
# Default: 2 (last save state)
|
||||
# 0 (invisible)
|
||||
# 1 (visible)
|
||||
#
|
||||
# GM.AcceptTickets
|
||||
# Is GM accepting tickets from player by default or not.
|
||||
# Default: 2 (last save state)
|
||||
|
|
@ -883,6 +889,7 @@ Channel.SilentlyGMJoin = 0
|
|||
###################################################################################################################
|
||||
|
||||
GM.LoginState = 2
|
||||
GM.Visible = 2
|
||||
GM.AcceptTickets = 2
|
||||
GM.Chat = 2
|
||||
GM.WhisperingTo = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue