Skip to content

Commit

Permalink
Fix currency gains
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed May 20, 2021
1 parent 9ed8904 commit 44fba75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Data/PointGains.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ local L = LibStub("AceLocale-3.0"):GetLocale("Parrot")
local newDict, newList = Parrot.newDict, Parrot.newList
local Deformat = Parrot.Deformat

local GetCurrencyInfo = C_CurrencyInfo and C_CurrencyInfo.GetCurrencyInfo or GetCurrencyInfo

local currentXP = 0

function module:OnEnable()
Expand Down

0 comments on commit 44fba75

Please sign in to comment.