From 35fa52c2a1885e9cc1049ac42f81bad585f19e50 Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 25 Nov 2025 12:07:15 -0500 Subject: [PATCH] Fix config command and update TOC --- TuskarrRestockTracker.lua | 7 ++++++- TuskarrRestockTracker.toc | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/TuskarrRestockTracker.lua b/TuskarrRestockTracker.lua index 9becddc..518a1b1 100644 --- a/TuskarrRestockTracker.lua +++ b/TuskarrRestockTracker.lua @@ -405,7 +405,12 @@ function TuskarrRestockTracker:ChatCommand(input) command = command:lower() if command == L["config"]:lower() then - InterfaceOptionsFrame_OpenToCategory(private.optionsFrame) + if Settings then + Settings.OpenToCategory("Tuskarr Restock Tracker") + elseif InterfaceOptionsFrame_OpenToCategory then + InterfaceOptionsFrame_OpenToCategory("Tuskarr Restock Tracker") + InterfaceOptionsFrame_OpenToCategory("Tuskarr Restock Tracker") + end elseif command == L["minimap"]:lower() then private.db.global.minimap_icon.hide = not private.db.global.minimap_icon.hide TuskarrRestockTracker:UpdateMinimapConfig() diff --git a/TuskarrRestockTracker.toc b/TuskarrRestockTracker.toc index fae9687..6e27a02 100644 --- a/TuskarrRestockTracker.toc +++ b/TuskarrRestockTracker.toc @@ -1,6 +1,6 @@ -## Interface: 100205 +## Interface: 110205 ## Title: Tuskarr Restock Tracker -## Version: 10.0.9 +## Version: 11.0.0 ## Notes: Helps with the weekly Iskaara Tuskarr fishing quests ("Catch and Release") by keeping track of what quests have been completed and what fish are required. ## Author: Amanoa ## SavedVariables: TuskarrRestockTrackerDB