Skip to content

Commit

Permalink
Fixed an error when clicking on a group
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Nov 23, 2020
1 parent 1b4ddc2 commit dc93f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorldQuestTracker_GroupFinder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ local GetDistance_Point = DF.GetDistance_Point
_G.LFGListApplicationDialog.TankButton.CheckButton:SetChecked(true)
_G.LFGListApplicationDialog.HealerButton.CheckButton:SetChecked(true)
_G.LFGListApplicationDialog.DamagerButton.CheckButton:SetChecked(true)
_G.LFGListApplicationDialog.Description:SetText("World Quest Tracker.")
--_G.LFGListApplicationDialog.Description:SetText("World Quest Tracker.")

_G.LFGListApplicationDialogSignUpButton_OnClick(_G.LFGListApplicationDialog.SignUpButton)
end
Expand Down

0 comments on commit dc93f02

Please sign in to comment.