Skip to content

Commit

Permalink
Fix PTR flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Jan 16, 2024
1 parent a042fbe commit ffde711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hekili.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ Hekili.IsDragonflight = function()
return buildNum >= 100000
end

Hekili.BuiltFor = 100200
Hekili.BuiltFor = 100205
Hekili.GameBuild = buildStr

ns.PTR = buildNum > 100200
ns.PTR = buildNum > 100205


ns.Patrons = "|cFFFFD100Current Status|r\n\n"
Expand Down

0 comments on commit ffde711

Please sign in to comment.