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:
Sarjuuk 2026-04-08 14:43:30 +02:00
parent 20f38e1c2b
commit 725686d1cd
5 changed files with 21 additions and 8 deletions

View file

@ -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'));
}