We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44528ec commit 04d6639Copy full SHA for 04d6639
Source_Vanilla/Utilities/FormatTime.lua
@@ -1,3 +1,7 @@
1
+if not Auctionator.Constants.IsVanilla then
2
+ return
3
+end
4
+
5
-- Formatter found in Blizzard_AuctionHouseUtil.lua
6
local formatter = CreateFromMixins(SecondsFormatterMixin);
7
formatter:Init(0, SecondsFormatter.Abbreviation.OneLetter, true);
0 commit comments