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 3fb90d0 commit 8f7c280Copy full SHA for 8f7c280
KeystoneUtil.lua
@@ -6,7 +6,7 @@ KSUtil = Util;
6
7
local BNSendGameData = C_BattleNet and C_BattleNet.SendGameData or BNSendGameData
8
9
-local IS_LEMIX = PlayerGetTimerunningSeasonID() == 2;
+local IS_LEMIX = C_TimerunningUI.GetActiveTimerunningSeasonID() == 2;
10
11
local CTL = ChatThrottleLib;
12
0 commit comments