Skip to content

Commit 0563082

Browse files
committed
Improved detection of whether you're on a Remix character
1 parent afe393b commit 0563082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/autoPurchaseGenericTalents.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local SURGE_ENTRY_IDS = {
3232
};
3333
local LIMITS_UNBOUND_NODE_ID = 108700;
3434

35-
local IS_LEMIX = PlayerGetTimerunningSeasonID() == 2;
35+
local IS_LEMIX = C_TimerunningUI.GetActiveTimerunningSeasonID() == 2;
3636

3737
local GetSpellLink = C_Spell.GetSpellLink;
3838

0 commit comments

Comments
 (0)