From 9fe9683b2641d8d08988204bfdfe71cefa21edd9 Mon Sep 17 00:00:00 2001 From: rilgamon Date: Sat, 13 Mar 2021 15:36:11 +0100 Subject: [PATCH] Fix lua error --- Libs/zzHelper/zzHelper.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Libs/zzHelper/zzHelper.lua b/Libs/zzHelper/zzHelper.lua index 1320a32..ad99bce 100644 --- a/Libs/zzHelper/zzHelper.lua +++ b/Libs/zzHelper/zzHelper.lua @@ -1,5 +1,6 @@ local lib = LibStub:NewLibrary("zzHelper", 1) if not lib then return end +lib['targets'] = lib['targets'] or {} local mixins = {'colorize', 'round', 'sortArray', 'IsTwink', 'classcolor', 'MoneyString', 'MoneyStringSetString', 'MoneyStringSetSize'} --[[