mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Profiler/Regions
* add Asia regions * fixed some typos
This commit is contained in:
@@ -109,7 +109,7 @@ class CLISetup
|
||||
|
||||
// alternative data source (no quotes, use forward slash)
|
||||
if (isset(self::$opts['mpqDataDir']))
|
||||
self::$srcDir = CLI::nicePath($self::$opts['mpqDataDir']);
|
||||
self::$srcDir = CLI::nicePath(self::$opts['mpqDataDir']);
|
||||
|
||||
// optional limit handled locales
|
||||
if (isset(self::$opts['locales']))
|
||||
|
||||
Reference in New Issue
Block a user