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:
Sarjuuk
2023-03-18 21:30:55 +01:00
parent 6ee0d63766
commit d77e459da3
11 changed files with 273 additions and 40 deletions

View File

@@ -942,7 +942,7 @@ abstract class Filter
public function getExtraCols()
{
return $this->formData['extraCols'];
return array_unique($this->formData['extraCols']);
}
public function getSetCriteria()