Broken in patch 7.1 #28


  • New
  • Defect
Open
Assigned to picpok
  • khartina created this issue Oct 25, 2016

    Big string of .LUA errors, mass drop in fps. I'll post the error if you really want but I figure you already are on top of it.

  • khartina added the tags New Defect Oct 25, 2016
  • vvv444 posted a comment Oct 26, 2016

    Patch 7.1 removed the CreateTitleRegion() API.

    The fix is just removing the following lines from sct.lua (lines 834-836):

      local title = InterfaceOptionsFrame:CreateTitleRegion()
      title:ClearAllPoints()
      title:SetAllPoints(InterfaceOptionsFrameHeader)
    

To post a comment, please login or register a new account.