We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed8904 commit 44fba75Copy full SHA for 44fba75
Data/PointGains.lua
@@ -6,6 +6,8 @@ local L = LibStub("AceLocale-3.0"):GetLocale("Parrot")
6
local newDict, newList = Parrot.newDict, Parrot.newList
7
local Deformat = Parrot.Deformat
8
9
+local GetCurrencyInfo = C_CurrencyInfo and C_CurrencyInfo.GetCurrencyInfo or GetCurrencyInfo
10
+
11
local currentXP = 0
12
13
function module:OnEnable()
0 commit comments