We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa4af6 commit 2276aecCopy full SHA for 2276aec
LibTalentTree-1.0.lua
@@ -1,7 +1,7 @@
1
-- the data for LibTalentTree will be loaded (and cached) from blizzard's APIs when the Lib loads
2
-- @curseforge-project-slug: libtalenttree@
3
4
-local MAJOR, MINOR = "LibTalentTree-1.0", 25;
+local MAJOR, MINOR = "LibTalentTree-1.0", 26;
5
--- @class LibTalentTree-1.0
6
local LibTalentTree = LibStub:NewLibrary(MAJOR, MINOR);
7
@@ -341,6 +341,9 @@ do
341
342
forceBuildCache = function()
343
for classID = frame.currentClassID + 1, frame.numClasses do
344
+ if classID == 1 then
345
+ initCache();
346
+ end
347
buildPartialCache(classID);
348
end
349
onCacheCompleted();
0 commit comments