mirror of
https://github.com/ckaczor/TuskarrRestockTracker.git
synced 2026-02-06 17:25:46 -05:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 35fa52c2a1 | |||
| 01d3cc5ab6 | |||
| c75dc82327 | |||
| d31d896fd9 | |||
| 6f50ab4dc6 | |||
| 98b6c4a1d0 | |||
| 69d0addd0c |
5
.pkgmeta
5
.pkgmeta
@@ -8,8 +8,7 @@ externals:
|
|||||||
url: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
|
url: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
|
||||||
tag: latest
|
tag: latest
|
||||||
Libs/LibQTip-1.0:
|
Libs/LibQTip-1.0:
|
||||||
url: https://repos.wowace.com/wow/libqtip-1-0
|
url: https://repos.curseforge.com/wow/libqtip-1-0
|
||||||
tag: latest
|
|
||||||
Libs/LibDataBroker-1.1:
|
Libs/LibDataBroker-1.1:
|
||||||
url: https://github.com/tekkub/libdatabroker-1-1
|
url: https://github.com/tekkub/libdatabroker-1-1
|
||||||
tag: latest
|
tag: latest
|
||||||
@@ -40,3 +39,5 @@ externals:
|
|||||||
Libs/LibDBIcon-1.0:
|
Libs/LibDBIcon-1.0:
|
||||||
url: https://repos.wowace.com/wow/libdbicon-1-0/trunk/LibDBIcon-1.0
|
url: https://repos.wowace.com/wow/libdbicon-1-0/trunk/LibDBIcon-1.0
|
||||||
tag: latest
|
tag: latest
|
||||||
|
|
||||||
|
enable-nolib-creation: no
|
||||||
@@ -405,7 +405,12 @@ function TuskarrRestockTracker:ChatCommand(input)
|
|||||||
command = command:lower()
|
command = command:lower()
|
||||||
|
|
||||||
if command == L["config"]:lower() then
|
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
|
elseif command == L["minimap"]:lower() then
|
||||||
private.db.global.minimap_icon.hide = not private.db.global.minimap_icon.hide
|
private.db.global.minimap_icon.hide = not private.db.global.minimap_icon.hide
|
||||||
TuskarrRestockTracker:UpdateMinimapConfig()
|
TuskarrRestockTracker:UpdateMinimapConfig()
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
## Interface: 100000
|
## Interface: 110205
|
||||||
## Title: Tuskarr Restock Tracker
|
## Title: Tuskarr Restock Tracker
|
||||||
## Version: 10.0.0
|
## 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.
|
## 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
|
## Author: Amanoa
|
||||||
## SavedVariables: TuskarrRestockTrackerDB
|
## SavedVariables: TuskarrRestockTrackerDB
|
||||||
|
|||||||
Reference in New Issue
Block a user