mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Tooltips/TimeFMT
* use strings from globalstrings.lua to format time in item and spell tooltips * fixed item filter ItemCooldown * fixed timeAgo format * move item duration to correct position in tooltip
This commit is contained in:
@@ -942,7 +942,7 @@ abstract class Filter
|
||||
|
||||
public function getExtraCols()
|
||||
{
|
||||
return $this->formData['extraCols'];
|
||||
return array_unique($this->formData['extraCols']);
|
||||
}
|
||||
|
||||
public function getSetCriteria()
|
||||
|
||||
Reference in New Issue
Block a user