mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 42)
* split 'guilds' into separate endpoints
This commit is contained in:
@@ -101,7 +101,8 @@ class GuildListFilter extends Filter
|
||||
'ex' => [parent::V_EQUAL, 'on', false], // only match exact
|
||||
'si' => [parent::V_LIST, [SIDE_ALLIANCE, SIDE_HORDE], false], // side
|
||||
'rg' => [parent::V_CALLBACK, 'cbRegionCheck', false], // region
|
||||
'sv' => [parent::V_CALLBACK, 'cbServerCheck', false], // server
|
||||
'bg' => [parent::V_EQUAL, null, false], // battlegroup - unsued here, but var expected by template
|
||||
'sv' => [parent::V_CALLBACK, 'cbServerCheck', false] // server
|
||||
);
|
||||
|
||||
public array $extraOpts = [];
|
||||
|
||||
Reference in New Issue
Block a user