Skip to content

Commit

Permalink
fix party tab warcries clearing links instead of warcries
Browse files Browse the repository at this point in the history
  • Loading branch information
Regisle committed Sep 22, 2024
1 parent 33da715 commit 4f7b544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Classes/PartyTab.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ local PartyTabClass = newClass("PartyTab", "ControlHost", "Control", function(se
self.actor["Curse"] = {}
end
if partyDestinations[self.controls.importCodeDestination.selIndex] == "All" or partyDestinations[self.controls.importCodeDestination.selIndex] == "Warcry Skills" then
self.controls.simpleLinks.label = ""
self.controls.editLinks:SetText("")
self.controls.simpleWarcries.label = ""
self.controls.editWarcries:SetText("")
wipeTable(self.actor["Warcry"])
self.actor["Warcry"] = {}
end
Expand Down

0 comments on commit 4f7b544

Please sign in to comment.