ascott18 / TellMeWhen

TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
https://wow.curseforge.com/projects/tellmewhen
GNU General Public License v3.0
86 stars 11 forks source link

lua error, GetItemCooldown function does not exist anymore #2062

Closed ssateneth closed 1 year ago

ssateneth commented 1 year ago

WoW Version

Wrath Classic

TellMeWhen Version

10.0.8 r5 (g28fcbec)

Describe the bug

lua error, because the function GetItemCooldown no longer exists and is actually in C_Container now

Message: TellMeWhen: ...ce/AddOns/TellMeWhen/Components/Core/Common/Item.lua:227: attempt to call upvalue 'GetItemCooldown' (a nil value) Time: Tue Jan 17 18:39:09 2023 Count: 1 Stack: TellMeWhen: ...ce/AddOns/TellMeWhen/Components/Core/Common/Item.lua:227: attempt to call upvalue 'GetItemCooldown' (a nil value) [string "=[tsm error check]"]:1: in main chunk

[string "@Interface/AddOns/TellMeWhen/Components/Core/Utils.lua"]:445: in function `Error' [string "@Interface/AddOns/TellMeWhen/TellMeWhen.lua"]:2811: in function <Interface/AddOns/TellMeWhen/TellMeWhen.lua:2768>

Locals:

Export Strings

N/A
ascott18 commented 1 year ago

Duplicate of #2046