Setup/Help
* be more clear that connecting to auth and characters db is conditional * updated some lost references to renamed databases and config options
This commit is contained in:
parent
20f38e1c2b
commit
725686d1cd
5 changed files with 21 additions and 8 deletions
|
|
@ -257,7 +257,7 @@ class Profiler
|
|||
{
|
||||
self::getRealms();
|
||||
|
||||
// sort depends on encountered order in `logon`.`realmlist`. Is that a problem?
|
||||
// sort depends on encountered order in `auth`.`realmlist`. Is that a problem?
|
||||
return array_unique(array_column(self::$realms, 'region'));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue