Skip to content

Commit 8f9c345

Browse files
committed
fix for classic era API change
1 parent c600300 commit 8f9c345

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AutoGear-Vanilla.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 11507
1+
## Interface: 11508
22
## Title: AutoGear
33
## Notes: Automatically chooses loot and equips gear
44
## Author: Synthetikaryote, BujuArena

AutoGear.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ local GetMouseFocus = GetMouseFocus or (GetMouseFoci and (function()
7575
local frames = GetMouseFoci()
7676
return frames and frames[1];
7777
end))
78-
local GetNumTalentTabs = GetNumSpecializations or GetNumTalentTabs
78+
local GetNumTalentTabs = GetNumTalentTabs or GetNumSpecializations
7979
local GetSpecialization = GetSpecialization or (C_SpecializationInfo and C_SpecializationInfo.GetSpecialization)
8080
local GetSpecializationInfo = GetSpecializationInfo or (C_SpecializationInfo and C_SpecializationInfo.GetSpecializationInfo)
8181
local InterfaceOptions_AddCategory = InterfaceOptions_AddCategory or function(frame, addOn, position)

AutoGear.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Interface-Cata: 40402
55
## Interface-Wrath: 30404, 30405
66
## Interface-TBC: 20404, 20505
7-
## Interface-Vanilla: 11507
7+
## Interface-Vanilla: 11507, 11508
88
## Title: AutoGear
99
## Notes: Automatically chooses loot and equips gear
1010
## Author: Synthetikaryote, BujuArena

0 commit comments

Comments
 (0)