From 85db06d9915ffa1af82977044aaab3168de77830 Mon Sep 17 00:00:00 2001 From: Albirew Date: Sun, 7 Jan 2024 22:44:53 +0100 Subject: [PATCH] added specific TOC for vanilla and wrath followed recomendations from KVLtv --- AuctionLite-classic_Vanilla.toc | 46 +++++++++++++++++++++++++++++++++ AuctionLite-classic_Wrath.toc | 46 +++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 AuctionLite-classic_Vanilla.toc create mode 100644 AuctionLite-classic_Wrath.toc diff --git a/AuctionLite-classic_Vanilla.toc b/AuctionLite-classic_Vanilla.toc new file mode 100644 index 0000000..4264cfc --- /dev/null +++ b/AuctionLite-classic_Vanilla.toc @@ -0,0 +1,46 @@ +## Interface: 11500 +## Title: AuctionLite-classic +## Notes: A lightweight addon that tracks auction house data and improves the auction house interface. +## Author: merial.kilrogg@gmail.com +## Version: 1.3 +## OptionalDeps: Ace3 +## SavedVariables: AuctionLiteDB +## X-Category: Interface Enhancements + +embeds.xml + +Locale\enUS.lua +Locale\frFR.lua +Locale\deDE.lua +Locale\esES.lua +Locale\itIT.lua +Locale\koKR.lua +Locale\ptBR.lua +Locale\ruRU.lua +Locale\zhCN.lua +Locale\zhTW.lua + +AuctionLite.lua +AuctionFrame.lua + +Config.lua +ListBox.lua + +Templates.xml + +BuyFrame.lua +BuyFrame.xml + +SellFrame.lua +SellFrame.xml + +CancelAuctions.lua +CreateAuctions.lua +QueryAuctions.lua + +Disenchant.lua +External.lua +History.lua +Tooltip.lua + +Util.lua diff --git a/AuctionLite-classic_Wrath.toc b/AuctionLite-classic_Wrath.toc new file mode 100644 index 0000000..3cc48ba --- /dev/null +++ b/AuctionLite-classic_Wrath.toc @@ -0,0 +1,46 @@ +## Interface: 30403 +## Title: AuctionLite-classic +## Notes: A lightweight addon that tracks auction house data and improves the auction house interface. +## Author: merial.kilrogg@gmail.com +## Version: 1.3 +## OptionalDeps: Ace3 +## SavedVariables: AuctionLiteDB +## X-Category: Interface Enhancements + +embeds.xml + +Locale\enUS.lua +Locale\frFR.lua +Locale\deDE.lua +Locale\esES.lua +Locale\itIT.lua +Locale\koKR.lua +Locale\ptBR.lua +Locale\ruRU.lua +Locale\zhCN.lua +Locale\zhTW.lua + +AuctionLite.lua +AuctionFrame.lua + +Config.lua +ListBox.lua + +Templates.xml + +BuyFrame.lua +BuyFrame.xml + +SellFrame.lua +SellFrame.xml + +CancelAuctions.lua +CreateAuctions.lua +QueryAuctions.lua + +Disenchant.lua +External.lua +History.lua +Tooltip.lua + +Util.lua