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:
@@ -126,7 +126,7 @@ class GuildListFilter extends Filter
|
||||
|
||||
protected function cbRegionCheck(&$v)
|
||||
{
|
||||
if ($v == 'eu' || $v == 'us')
|
||||
if (in_array($v, Util::$regions))
|
||||
{
|
||||
$this->parentCats[0] = $v; // directly redirect onto this region
|
||||
$v = ''; // remove from filter
|
||||
|
||||
Reference in New Issue
Block a user