Skip to content

Commit

Permalink
Fix saving overridden spells
Browse files Browse the repository at this point in the history
  • Loading branch information
Lardeck committed Jul 2, 2023
1 parent 5ef34d7 commit e81957f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ImprovedTalentLoadouts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,8 @@ function TalentLoadouts:UpdateActionBars(configInfo)
key = string.format("%s\031%s", name, body)
macroType = id > MAX_ACCOUNT_MACROS and "characterMacros" or "globalMacros"
end
elseif actionType == "spell" then
id = FindBaseSpellByID(id)
end

actionBars[actionSlot] = {
Expand Down

0 comments on commit e81957f

Please sign in to comment.