From 6a677e5a22b2189cb026f5a8f3d15270b6a5528f Mon Sep 17 00:00:00 2001 From: andrew6180 <16847730+andrew6180@users.noreply.github.com> Date: Mon, 27 May 2024 01:48:01 -0700 Subject: [PATCH] fix lua errors --- Libs/LibOpenRaid/LibOpenRaid.lua | 1 + frames/window_options2_sections.lua | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"],