Skip to content

Commit 18714c7

Browse files
committed
should fix errors for people who newly install the addon, or reset the settings
1 parent 6e07861 commit 18714c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

LazyCurve.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ local LFGListApplicationDialog = _G.LFGListApplicationDialog
1010
local LE_EXPANSION_LEVEL_CURRENT = _G.LE_EXPANSION_LEVEL_CURRENT
1111

1212
local name = ...
13+
14+
LazyCurveDB = LazyCurveDB or {}
15+
1316
local LazyCurve = LibStub('AceAddon-3.0'):NewAddon(name, 'AceConsole-3.0', 'AceHook-3.0', 'AceEvent-3.0');
1417
if not LazyCurve then return end
1518

0 commit comments

Comments
 (0)