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 8f7c280 commit d0b629fCopy full SHA for d0b629f
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 = C_TimerunningUI.GetActiveTimerunningSeasonID() == 2;
+local LEMIX_SEASON_ID = 2;
10
11
local CTL = ChatThrottleLib;
12
@@ -42,7 +42,7 @@ function Util:GetOwnedKeystone()
42
end
43
44
function Util:GetKeystoneLink()
45
- if not IS_LEMIX then
+ if PlayerGetTimerunningSeasonID() ~= LEMIX_SEASON_ID then
46
local mapID, level = self:GetOwnedKeystone();
47
if not mapID or not level then
48
return nil;
0 commit comments