Skip to content

Commit

Permalink
also update minimap icon display when editing or deleting a set
Browse files Browse the repository at this point in the history
  • Loading branch information
Road-block authored and Rottenbeer committed Jan 19, 2023
1 parent 7f055a8 commit eea9a4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ItemRackOptions/ItemRackOptions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ function ItemRackOpt.SaveSet()
-- set.equip[18] = nil
ItemRackOpt.ReconcileSetBindings()
ItemRackOpt.ValidateSetButtons()
ItemRack.UpdateCurrentSet()
ItemRack:FireItemRackEvent("ITEMRACK_SET_SAVED", setname)
end

Expand Down Expand Up @@ -519,6 +520,7 @@ function ItemRackOpt.DeleteSet()
ItemRackOpt.PopulateSetList()
ItemRack.CleanupEvents()
ItemRackOpt.PopulateEventList()
ItemRack.UpdateCurrentSet()
ItemRack:FireItemRackEvent("ITEMRACK_SET_DELETED", setname)
end

Expand Down

0 comments on commit eea9a4a

Please sign in to comment.