We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d5ac2 commit 7a4be37Copy full SHA for 7a4be37
2 files changed
Core.lua
@@ -222,7 +222,6 @@ function Core:OnEnable()
222
)
223
224
Data:ScanAll()
225
- Data:ScanProfessionEquipment() -- scan profession gear slots on load
226
self:Render()
227
end
228
Data.lua
@@ -464,6 +464,7 @@ function Data:ScanAll()
464
self:ScanQuests()
465
self:ScanProfessions()
466
self:ScanCalendar()
467
+ self:ScanProfessionEquipment()
468
469
470
--- Scan profession gear slots for the current character and store results in AceDB.
0 commit comments