Szyler 2 years ago committed by GitHub
parent
commit
3ff765569c
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", 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, relativeWidth = 1,
}, },
{ {
@ -430,4 +430,4 @@ function TSMAPI:BuildPage(oContainer, oPageTable, noPause)
else else
recursive(oContainer, oPageTable) recursive(oContainer, oPageTable)
end end
end end

Loading…
Cancel
Save