Skip to content

Commit

Permalink
Merge pull request #183 from Vapok/2.5.2
Browse files Browse the repository at this point in the history
Fix missing lib declaration
  • Loading branch information
Taidtuskecyh authored Sep 2, 2021
2 parents 35d176d + c99cb5e commit 8be2899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ local _, core = ...;
local _G = _G;
local L = core.L;

local LibDD = LibStub:GetLibrary("LibUIDropDownMenu-4.0");

core.CommDKP = {}; -- UI Frames global
core.CommDKPApi = { __version = 1, pricelist = nil }
local CommDKP = core.CommDKP;
Expand Down Expand Up @@ -169,7 +171,7 @@ core.EncounterList = { -- Event IDs must be in the exact same order as core
core.CommDKPUI = {} -- global storing entire Configuration UI to hide/show UI
core.MonVersion = "v3.2.9";
core.BuildNumber = 30209;
core.ReleaseNumber = 71
core.ReleaseNumber = 72
core.defaultTable = "__default";
core.SemVer = core.MonVersion.."-r"..tostring(core.ReleaseNumber);
core.UpgradeSchema = false;
Expand Down

0 comments on commit 8be2899

Please sign in to comment.