perf: batch learner updates and remove Turtle support
This commit is contained in:
@@ -95,7 +95,7 @@ function QuestieOptions.tabs.credits:Initialize()
|
||||
thanks = {
|
||||
type = "description",
|
||||
order = 1,
|
||||
name = function() return 'The Turtle WoW, Project Ascension, and Project Ebonhold communities for their ongoing support and feedback.'; end,
|
||||
name = function() return 'The Project Ascension, Project Ebonhold, and custom server communities for their ongoing support and feedback.'; end,
|
||||
fontSize = "medium",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -20,7 +20,6 @@ end
|
||||
|
||||
local function GetServer()
|
||||
if Questie.IsAscension then return "Ascension" end
|
||||
if Questie.IsTurtle then return "Turtle" end
|
||||
if Questie.IsEbonhold then return "Ebonhold" end
|
||||
if Questie.IsEra then return "Era" end
|
||||
if Questie.Is335 then return "WotLK" end
|
||||
|
||||
Reference in New Issue
Block a user