File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11-- the data for LibTalentTree will be loaded (and cached) from blizzard's APIs when the Lib loads
22-- @curseforge-project-slug: libtalenttree@
33
4- local MAJOR , MINOR = " LibTalentTree-1.0" , 26 ;
4+ local MAJOR , MINOR = " LibTalentTree-1.0" , 27 ;
55--- @class LibTalentTree-1.0
66local LibTalentTree = LibStub :NewLibrary (MAJOR , MINOR );
77
@@ -574,7 +574,7 @@ function LibTalentTree:GetNodeGridPosition(nodeID)
574574 return unpack (gridPositionCache [treeID ][nodeID ]);
575575 end
576576
577- local posX , posY = self :GetNodePosition (treeID , nodeID );
577+ local posX , posY = self :GetNodePosition (nodeID );
578578 if (not posX or not posY ) then return nil , nil ; end
579579
580580 local offsetX = BASE_PAN_OFFSET_X - (CLASS_OFFSETS [classID ] and CLASS_OFFSETS [classID ].x or 0 );
You can’t perform that action at this time.
0 commit comments