mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Misc
* fix some outdated array indizes during setup * fix indexing when connecting to DB for first time * add initial loading of config strings during setup
This commit is contained in:
@@ -349,7 +349,10 @@ class DBC
|
||||
|
||||
$this->createTable();
|
||||
|
||||
CLI::write(' - reading '.($this->localized ? 'and merging ' : '').$this->file.'.dbc for locales '.implode(', ', array_keys($this->fileRefs)));
|
||||
if ($this->localized)
|
||||
CLI::write(' - reading and merging '.$this->file.'.dbc for locales '.implode(', ', array_keys($this->fileRefs)));
|
||||
else
|
||||
CLI::write(' - reading '.$this->file.'.dbc');
|
||||
|
||||
if (!$this->read())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user