chore: Remove route optimization from Questie-X (moved to Questie-RouteOptimizer plugin)

This commit is contained in:
Xurkon
2026-03-21 07:58:04 -05:00
parent 764ea7d2fc
commit 54aa7ea9bb
7 changed files with 4 additions and 409 deletions
@@ -1137,7 +1137,6 @@ _GetIconTypes = function()
["loot_mono"] = "|T" .. Questie.icons["loot_mono"] .. ":0|t Loot mono",
["node_cut"] = "|T" .. Questie.icons["node_cut"] .. ":0|t pfQuest/Codex node cut center",
["object_mono"] = "|T" .. Questie.icons["object_mono"] .. ":0|t Object mono",
["route"] = "|T" .. Questie.icons["route"] .. ":0|t Route waypoint",
["slay_mono"] = "|T" .. Questie.icons["slay_mono"] .. ":0|t Slay mono",
["startend"] = "|T" .. Questie.icons["startend"] .. ":0|t Start and end",
["startendstart"] = "|T" .. Questie.icons["startendstart"] .. ":0|t Start and unfinished",
@@ -1175,7 +1174,6 @@ _GetIconTypesSort = function()
"startendstart",
"node",
"node_cut",
"route",
"player",
"fav",
"faction_alliance",