Skip to content

Commit 04d6639

Browse files
committed
Classic Anniversary: Fix time left text on list views
1 parent 44528ec commit 04d6639

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Source_Vanilla/Utilities/FormatTime.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
if not Auctionator.Constants.IsVanilla then
2+
return
3+
end
4+
15
-- Formatter found in Blizzard_AuctionHouseUtil.lua
26
local formatter = CreateFromMixins(SecondsFormatterMixin);
37
formatter:Init(0, SecondsFormatter.Abbreviation.OneLetter, true);

0 commit comments

Comments
 (0)