Skip to content

Commit

Permalink
Fix a bug with saving a loadout through the default UI sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Numynum committed May 7, 2024
1 parent e654571 commit 69c2541
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/TalentLoadoutManager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ end
--- @param configID number
--- @return string|false serialized loadout
function TLM:SerializeLoadout(configID, specID)
specID = specID or self.playerSpecID;
local importString = ImportExport:TryExportBlizzardLoadoutToString(configID, specID);
if importString and importString ~= "" then
return (self:BuildSerializedSelectedNodesFromImportString(importString));
Expand Down

0 comments on commit 69c2541

Please sign in to comment.