Skip to content

Commit

Permalink
fix(pantheondkp.lua): fix misc error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bengejd committed Jun 12, 2024
1 parent 11440f0 commit 2a5e01a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions PantheonDKP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ PDKP.Wago = LibStub("WagoAnalytics"):Register("ZQ6arYKW")

PDKP.ldb = LibStub:GetLibrary("LibDataBroker-1.1")
PDKP.cbh = LibStub("CallbackHandler-1.0"):New(PDKP.CORE)
PDKP.LibDeflate = LibStub:GetLibrary("LibPDKP.MODULES = {}
PDKP.MODELS = { LEDGER = {} }
PDKP.CONSTANTS = {}
PDKP.GUI = {}
PDKP.OPTIONS = {}Deflate")

PDKP.LibDeflate = LibStub:GetLibrary("LibDeflate")

PDKP.MODULES = {}
PDKP.MODELS = { LEDGER = {} }
PDKP.CONSTANTS = {}
PDKP.GUI = {}
PDKP.OPTIONS = {}

PDKP.AUTOVERSION = "@project-version@"

Expand Down
2 changes: 1 addition & 1 deletion PantheonDKP.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 40400
## Interface-CATA: 40400
## Author: Neekio - Blaumeux (Bengejd)
## Version: 5.0.1
## Version: 5.0.2
## Title: |cff33ff99PantheonDKP|r
## Notes: Blind Bid based DKP Addon
## DefaultState: Enabled
Expand Down

0 comments on commit 2a5e01a

Please sign in to comment.