mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 11:30:15 +00:00
refactor(Core/Motd): Move motd from conf to db (#15111)
This commit is contained in:
@@ -0,0 +1,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")
|
||||
Reference in New Issue
Block a user