summaryrefslogtreecommitdiff
path: root/doc/changelog/pendings/changes_1676759248142739600.md
blob: f4f8c945beee284c8cafba3e5190f9edffb32218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
### How to upgrade

Motd is removed from config file

Motd is can now be found in auth database table `motd`

`realmid` = Realm ID or -1 for all realms.
`text` = Text for Motd

Specified realmId is prioritized over -1 (All Realms)

For example:

You have realm 1, 2, 3

(-1, "This Motd will show for 2, 3")
(1, "This Motd will show for 1")