Skip to content

Commit

Permalink
Update toc for Classic and Classic-era
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyazel committed Nov 21, 2024
1 parent 87ed4ea commit 42f835d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion EnhancedRaidFrames.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 11504, 40401, 110005
## Interface: 11505, 40401, 110005
## Title: Enhanced Raid Frames
## Notes: Enhances the Blizzard raid frames with configurable Buff/Debuff indicators
## IconTexture: Interface\Icons\spell_holy_borrowedtime
Expand Down
12 changes: 6 additions & 6 deletions Libs/LibDualSpec-1.0/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
tag 83f5d1251166a2bf44a782acbc10ed0a01420131 v1.24.0
tag ada8b4e72724e1f694a18b742ca1e885a516e9f4 v1.24.2
Author: Kyle Buller <[email protected]>
Date: Wed Jul 10 02:16:07 2024 -0500
Date: Tue Nov 19 19:11:39 2024 -0600

Tagging as v1.24.0
Tagging as v1.24.2

commit e0da0f71030bc52fd07cdaf56543c139fdc09276
commit 15130682a8f7020c91dccd9ae6da2c03fc806549
Author: Kyle Buller <[email protected]>
Date: Wed Jul 10 01:46:35 2024 -0500
Date: Tue Nov 19 19:11:30 2024 -0600

Add support for Wrath Classic (China)
Update load guard for Classic Anniversary (HC)

4 changes: 2 additions & 2 deletions Libs/LibDualSpec-1.0/LibDualSpec-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--]]

-- Only load in Classic Era on Season of Discovery realms
if WOW_PROJECT_ID == WOW_PROJECT_CLASSIC and C_Seasons.GetActiveSeason() ~= 2 then return end
-- Only load in Classic Era on Season of Discovery and Anniversary realms
if WOW_PROJECT_ID == WOW_PROJECT_CLASSIC and C_Seasons.GetActiveSeason() ~= 2 and C_Seasons.GetActiveSeason() ~= 11 and C_Seasons.GetActiveSeason() ~= 12 then return end

local MAJOR, MINOR = "LibDualSpec-1.0", 24
assert(LibStub, MAJOR.." requires LibStub")
Expand Down
6 changes: 3 additions & 3 deletions Libs/LibDualSpec-1.0/LibDualSpec-1.0.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 11503, 30403, 40400, 100207
## Interface: 11505, 20504, 30403, 40401, 110005, 110007
## LoadOnDemand: 1
## Title: Lib: DualSpec-1.0
## Version: v1.24.0
## X-Date: 2024-07-10T6:46:35Z
## Version: v1.24.2
## X-Date: 2024-11-20T1:11:30Z
## Notes: Adds spec switching support to individual AceDB-3.0 databases.
## Author: Adirelle, Nebula
## OptionalDeps: Ace3
Expand Down

0 comments on commit 42f835d

Please sign in to comment.