Szyler 2 years ago committed by GitHub
parent
commit
b87f11ed87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      TradeSkillMaster/GUI/BuildPage.lua

4
TradeSkillMaster/GUI/BuildPage.lua

@ -76,7 +76,7 @@ local function CreateCustomPriceFrame()
},
{
type = "Label",
text = format("See %s for more info.", TSMAPI.Design:GetInlineColor("link").."http://bit.ly/TSMCP|r"),
text = format("See %s for more info.", TSMAPI.Design:GetInlineColor("link").."https://tinyurl.com/tsm2Ascension|r"),
relativeWidth = 1,
},
{
@ -430,4 +430,4 @@ function TSMAPI:BuildPage(oContainer, oPageTable, noPause)
else
recursive(oContainer, oPageTable)
end
end
end

Loading…
Cancel
Save