diff --git a/Libs/LibOpenRaid/LibOpenRaid.lua b/Libs/LibOpenRaid/LibOpenRaid.lua index fa013f82..db45ec5b 100644 --- a/Libs/LibOpenRaid/LibOpenRaid.lua +++ b/Libs/LibOpenRaid/LibOpenRaid.lua @@ -648,6 +648,7 @@ end "PvPTalentUpdate", "KeystoneUpdate", "KeystoneWipe", + "LegendaryEnchantUpdate", } --save build the table to avoid lose registered events on older versions diff --git a/frames/window_options2_sections.lua b/frames/window_options2_sections.lua index 09d08a36..ca6145a6 100644 --- a/frames/window_options2_sections.lua +++ b/frames/window_options2_sections.lua @@ -3022,7 +3022,7 @@ do if (selectedWindow) then Details:DeleteInstance(selectedWindow) - ReloadUI() + StaticPopup_Show("RELOAD_UI_NEEDED") end end, name = Loc ["STRING_OPTIONS_INSTANCE_DELETE"],