Skip to content

Commit 44fba75

Browse files
committed
Fix currency gains
1 parent 9ed8904 commit 44fba75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Data/PointGains.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ local L = LibStub("AceLocale-3.0"):GetLocale("Parrot")
66
local newDict, newList = Parrot.newDict, Parrot.newList
77
local Deformat = Parrot.Deformat
88

9+
local GetCurrencyInfo = C_CurrencyInfo and C_CurrencyInfo.GetCurrencyInfo or GetCurrencyInfo
10+
911
local currentXP = 0
1012

1113
function module:OnEnable()

0 commit comments

Comments
 (0)