Skip to content

Commit 269ab76

Browse files
committed
Update libs and toc for 1.15.7
1 parent cfab07f commit 269ab76

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

EnhancedRaidFrames.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11506, 40402, 110100
1+
## Interface: 11507, 40402, 110100
22
## Title: Enhanced Raid Frames
33
## Notes: Enhances the Blizzard raid frames with configurable Buff/Debuff indicators
44
## IconTexture: Interface\Icons\spell_holy_borrowedtime

Libs/LibDualSpec-1.0/CHANGES.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
tag ada8b4e72724e1f694a18b742ca1e885a516e9f4 v1.24.2
1+
tag 13bf5586d3bf3ad96246e0e64ca1bfef160dd550 v1.25.0
22
Author: Kyle Buller <[email protected]>
3-
Date: Tue Nov 19 19:11:39 2024 -0600
3+
Date: Thu Mar 20 20:26:11 2025 -0500
44

5-
Tagging as v1.24.2
5+
commit 88780e5efc6792e119a98ccb631d7e190a7a098f
6+
Author: Kyle Buller <[email protected]>
7+
Date: Thu Mar 20 20:25:20 2025 -0500
8+
9+
Bump minor version
610

7-
commit 15130682a8f7020c91dccd9ae6da2c03fc806549
11+
commit da9e7bbadde63f21550245a30825e5190a5df5b4
812
Author: Kyle Buller <[email protected]>
9-
Date: Tue Nov 19 19:11:30 2024 -0600
13+
Date: Thu Mar 20 20:19:33 2025 -0500
1014

11-
Update load guard for Classic Anniversary (HC)
15+
Fix Wrath Classic options
1216

Libs/LibDualSpec-1.0/LibDualSpec-1.0.lua

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434
-- Only load in Classic Era on Season of Discovery and Anniversary realms
3535
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
3636

37-
local MAJOR, MINOR = "LibDualSpec-1.0", 24
37+
local MAJOR, MINOR = "LibDualSpec-1.0", 25
3838
assert(LibStub, MAJOR.." requires LibStub")
3939
local lib, minor = LibStub:NewLibrary(MAJOR, MINOR)
4040
if not lib then return end
@@ -346,12 +346,7 @@ for i = 1, numSpecs do
346346
local specIndex = tonumber(info[#info]:sub(-1))
347347
local highPointsSpentIndex = nil
348348
for treeIndex = 1, 3 do
349-
local name, pointsSpent, previewPointsSpent, _
350-
if WOW_PROJECT_ID == WOW_PROJECT_WRATH_CLASSIC then
351-
name, _, pointsSpent, _, previewPointsSpent = GetTalentTabInfo(treeIndex, nil, nil, specIndex)
352-
else
353-
_, name, _, _, pointsSpent, _, previewPointsSpent = GetTalentTabInfo(treeIndex, nil, nil, specIndex)
354-
end
349+
local _, name, _, _, pointsSpent, _, previewPointsSpent = GetTalentTabInfo(treeIndex, nil, nil, specIndex)
355350
if name then
356351
local displayPointsSpent = pointsSpent + previewPointsSpent
357352
points[treeIndex] = displayPointsSpent

Libs/LibDualSpec-1.0/LibDualSpec-1.0.toc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Interface: 11505, 20504, 30403, 40401, 110005, 110007
22
## LoadOnDemand: 1
33
## Title: Lib: DualSpec-1.0
4-
## Version: v1.24.2
5-
## X-Date: 2024-11-20T1:11:30Z
4+
## Version: v1.25.0
5+
## X-Date: 2025-03-21T1:25:20Z
66
## Notes: Adds spec switching support to individual AceDB-3.0 databases.
77
## Author: Adirelle, Nebula
88
## OptionalDeps: Ace3

0 commit comments

Comments
 (0)