Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Build 9889 & 9901 & 9947
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
FrameXML/PaperDollFrame.lua
|
@@ -2187,7 +2187,11 @@ function GearManagerDialogDeleteSet_OnClick (self) |
|
|
local selectedSet = GearManagerDialog.selectedSet; |
|
|
if ( selectedSet ) then |
|
|
local dialog = StaticPopup_Show("CONFIRM_DELETE_EQUIPMENT_SET", selectedSet.name); |
|
|
dialog.data = selectedSet.name; |
|
|
if ( dialog ) then |
|
|
dialog.data = selectedSet.name; |
|
|
else |
|
|
UIErrorsFrame:AddMessage(ERR_CLIENT_LOCKED_OUT, 1.0, 0.1, 0.1, 1.0); |
|
|
end |
|
|
end |
|
|
end |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.