Skip to content

Commit

Permalink
Fix alpha check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lardeck committed Jul 3, 2024
1 parent 3ef0e06 commit 3e7c463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImprovedTalentLoadouts.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local addonName, TalentLoadouts = ...

local isAlpha = select(4, GetBuildInfo()) == 110000
local isAlpha = select(4, GetBuildInfo()) >= 110000
local talentUI = isAlpha and "Blizzard_PlayerSpells" or "Blizzard_ClassTalentUI"
local LibDD = LibStub:GetLibrary("LibUIDropDownMenu-4.0")
local LibSerialize = LibStub("LibSerialize")
Expand Down

0 comments on commit 3e7c463

Please sign in to comment.