fix lua errors
This commit is contained in:
parent
8bb81ed1c1
commit
6a677e5a22
2 changed files with 2 additions and 1 deletions
|
|
@ -648,6 +648,7 @@ end
|
|||
"PvPTalentUpdate",
|
||||
"KeystoneUpdate",
|
||||
"KeystoneWipe",
|
||||
"LegendaryEnchantUpdate",
|
||||
}
|
||||
|
||||
--save build the table to avoid lose registered events on older versions
|
||||
|
|
|
|||
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue