From f498a0dde1a08ee1af825f6276629f9ffc86dd52 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Sat, 22 May 2021 13:42:55 +0200 Subject: [PATCH] TODO --- EventListener.lua | 2 +- Modules/ExportImport.lua | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/EventListener.lua b/EventListener.lua index 2b09a64..4a70816 100644 --- a/EventListener.lua +++ b/EventListener.lua @@ -177,7 +177,7 @@ function EventListener:ARENA_OPPONENT_UPDATE(unit, updateReason) end end -local exceptionNames = { +local exceptionNames = { -- TODO MOVE ME TO CLASSBUFFS LIB [31117] = GetSpellInfo(30405) .. " Silence", -- Unstable Affliction Silence [43523] = GetSpellInfo(30405) .. " Silence", [24131] = select(1, GetSpellInfo(19386)) .. " Dot", -- Wyvern Sting Dot diff --git a/Modules/ExportImport.lua b/Modules/ExportImport.lua index 8be70b4..3253929 100644 --- a/Modules/ExportImport.lua +++ b/Modules/ExportImport.lua @@ -85,6 +85,10 @@ end) import:AddChild(importClearButton) import.clearButton = importClearButton +local deletedOptions = { --TODO backward compatibility Imports on deleted options + growUp = true +} + function ExportImport:CheckDeserializedOptions(tbl, refTbl, str) if str == nil and not tbl.version_major_num then return false, "Version conflict: version_major_num not seen"