HearthRoulette

HearthRoulette

7.1k Downloads

Errors since latest patch on chamans

Closed this issue · 3 comments

commented

Hello

Since latest patch (11.0.2 56110), addons throws error with chamans. Most likely due to their hearstone spell.

I don’t have this error on other class.

Message: Interface/AddOns/HearthRoulette/Addon.lua:75: attempt to call global 'GetSpellInfo' (a nil value)
Time: Thu Aug 15 11:58:11 2024
Count: 1
Stack: Interface/AddOns/HearthRoulette/Addon.lua:75: attempt to call global 'GetSpellInfo' (a nil value)
[string "@Interface/AddOns/HearthRoulette/Addon.lua"]:75: in function `ChooseHearth'
[string "@Interface/AddOns/HearthRoulette/Addon.lua"]:112: in function `UpdateAll'
[string "@Interface/AddOns/HearthRoulette/Events.lua"]:48: in function `?'
[string "@Interface/AddOns/HearthRoulette/Events.lua"]:8: in function <Interface/AddOns/HearthRoulette/Events.lua:6>

Locals: self = <table> {
 COVENANT_HEARTHSTONE_TOY_ID = <table> {
 }
 eligibleToys = <table> {
 }
 eligibleItems = <table> {
 }
 eligibleSpells = <table> {
 }
 MACRO_ICON_PATH = "Interface/icons/achievement_guildperk_hastyhearth.blp"
 events = HearthRouletteEvents {
 }
 HEARTHSTONE_SPELL_ID = <table> {
 }
 HEARTHSTONE_TOY_ID = <table> {
 }
 MACRO_ICON_ID = 413582
 HEARTHSTONE_ITEM_ID = <table> {
 }
}
name = nil
cooldown = nil
spellId = 556
(*temporary) = 1
(*temporary) = nil
(*temporary) = 556
(*temporary) = "attempt to call global 'GetSpellInfo' (a nil value)"

commented

This should be resolved in release v19.

commented

Thanks