Brusalk / EventHorizon_Continued

EventHorizon_Continued for Legion+
MIT License
19 stars 15 forks source link

GetCurrencyListLink error. #120

Open Cluuey opened 3 years ago

Cluuey commented 3 years ago

I got this error when I moved my cursor over a currency on my character pane. I've been doing some research trying to make a few old addon I use work. As a result I found a summary of changes. GetCurrencyListLink has been replaced with C_CurrencyInfo.GetCurrencyListLink and changing that removes this error. I contemplated a pull request on the main file but that file is, mostly, way out of my league so I've just made this error report.


[string "@EventHorizon\EventHorizon-1.10.1-beta.lua"]:4434: in function <EventHorizon\EventHorizon.lua:4433>
[string "=[C]"]: ?
[string "@TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua"]:425: in function `SetCurrencyToken'
[string "*:OnEnter"]:2: in function <[string "*:OnEnter"]:1>

Locals:
self = GameTooltip {
 0 = <userdata>
 SetQuestLogRewardSpell = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 OnBackdropLoaded = <function> defined @SharedXML\Backdrop.lua:205
 ItemTooltip = <unnamed> {
 }
 SetHyperlink = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 RightEdge = <unnamed> {
 }
 ClearBackdrop = <function> defined @SharedXML\Backdrop.lua:335
 Show = <function> defined =[C]:-1
 SetPetAction = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 SetLootItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 numMoneyFrames = 1
 SetRecipeReagentItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 SetBuybackItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 SetCurrencyTokenByID = <function> defined =[C]:-1
 SetupTextureCoordinates = <function> defined @SharedXML\Backdrop.lua:267
 TopRightCorner = <unnamed> {
 }
 SetTalent = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 GetEdgeSize = <function> defined @SharedXML\Backdrop.lua:241
 updateTooltip = 0.066000
 SetInventoryItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 TopEdge = <unnamed> {
 }
 SetLootRollItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 SetBagItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 BottomRightCorner = <unnamed> {
 }
 SetBackdropColor = <function> defined @SharedXML\Backdrop.lua:452
 LeftEdge = <unnamed> {
 }
 SetCurrencyByID = <function> defined =[C]:-1
 textLeft1Font = "GameTooltipHeaderText"
 SetCurrencyToken = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 SetGuildBankItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 hasMoney = 1
 TopLeftCorner = <unnamed> {
 }
 SetQuestRewardSpell = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 TextRight1 = GameTooltipTextRight1 {
 }
 ApplyBackdrop = <function> defined @SharedXML\Backdrop.lua:347
 SetBackdrop = <function> defined @SharedXML\Backdrop.lua:382
 TopOverlay = <unnamed> {
 }
 GetBackdropBorderColor = <function> defined @SharedXML\Backdrop.lua:462
 GetBackdrop = <function> defined @SharedXML\Backdrop.lua:400
 SetUnitDebuff = <function> defined =[C]:-1
 SetQuestItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 SetBorderBlendMode = <function> defined @SharedXML\Backdrop.lua:319
 SetTrainerService = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 comparing = false
 BottomOverlay = <unnamed> {
 }
 BottomLeftCorner = <unnamed> {
 }
 SetInboxItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 SetMerchantItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 TextLeft1 = GameTooltipTextLeft1 {
 }
 BottomEdge = <unnamed> {
 }
 SetShapeshift = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 backdropInfo = <table> {
 }
 OnBackdropSizeChanged = <function> defined @SharedXML\Backdrop.lua:235
 SetUnitBuff = <function> defined =[C]:-1
 GetBackdropColor = <function> defined @SharedXML\Backdrop.lua:443
 SetTradePlayerItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 textRight1Font = "GameTooltipHeaderText"
 SetSendMailItem = <function> defined @TheUndermineJournal\libs\LibExtraTip\LibExtraTip.lua:419
 HasBackdropInfo = <function> defined @Shared```