You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for importing only loadouts (item sets, skill sets,
and tree specs) from a build XML to current build without overwriting
anything else.
Signed-off-by: Tomas Slusny <[email protected]>
@@ -331,7 +333,7 @@ You can get this from your web browser's cookies while logged into the Path of E
331
333
self.controls.importCodeState.label=function()
332
334
returnself.importCodeDetailor""
333
335
end
334
-
self.controls.importCodeMode=new("DropDownControl", {"TOPLEFT",self.controls.importCodeIn,"BOTTOMLEFT"}, {0, 4, 160, 20}, { "Import to this build", "Import to a new build" })
336
+
self.controls.importCodeMode=new("DropDownControl", {"TOPLEFT",self.controls.importCodeIn,"BOTTOMLEFT"}, {0, 4, 160, 20}, { "Import to this build", "Import to a new build", "Import loadouts only"})
@@ -461,16 +464,35 @@ function TreeTabClass:Load(xml, dbFileName)
461
464
main:OpenMessagePopup("Unknown Passive Tree Version", "The build you are trying to load uses an unrecognised version of the passive skill tree.\nYou may need to update the program before loading this build.")
0 commit comments