Fix wrong package

This commit is contained in:
rilgamon 2021-03-13 17:50:57 +01:00
parent 9fe9683b26
commit b732b2a76b
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
local lib = LibStub:NewLibrary("zzHelper", 1)
local lib = LibStub:NewLibrary("zzHelper", 2)
if not lib then return end
lib['targets'] = lib['targets'] or {}
local mixins = {'colorize', 'round', 'sortArray', 'IsTwink', 'classcolor', 'MoneyString', 'MoneyStringSetString', 'MoneyStringSetSize'}
@ -11,7 +11,7 @@ function lib:colorize(text, color)
return string.format("|cff%s%s|r",color and color or 'ffffff',text and text or '')
end
local iconbase = "\124TInterface\\MoneyFrame\\UI-%s:%d:%d:1:0\124t"
local iconbase = "\124TInterface\\MoneyFrame\\UI-%sIcon:%d:%d:1:0\124t"
local iconSize = 14
local moneyText = {
gold = "G",