mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
ItemFilter/TabLinks
* always display FilterResult prompt on currency-for tabs * fixed display of FilterResult prompt on item currency-for tab
This commit is contained in:
@@ -2052,6 +2052,11 @@ class ItemListFilter extends Filter
|
||||
return $this->wtCnd;
|
||||
}
|
||||
|
||||
public function isCurrencyFor(int $itemId) : bool
|
||||
{
|
||||
return in_array($itemId, self::ENUM_CURRENCY);
|
||||
}
|
||||
|
||||
protected function createSQLForValues()
|
||||
{
|
||||
$parts = [];
|
||||
|
||||
Reference in New Issue
Block a user