new spell missing from autobar
Hermorah1981 opened this issue ยท 3 comments
hi,
with the start of phase 4 in season of discovery blizzard added a new spell called Fel Armor (SpellID 403619 apparently) to the warlocks.
this spell should go in the shields categoy as it is consistent with spells like demon skin and demon armor.
I would deeply appreciate adding the spell to the category.
also 'summon incubus' (SpellID 713 I believe) should be in the class pet category. this category already has the succubus in it so adding the succubus wouldn't be of great importance as those 2 spells are just gender variations of the same pet, so it's more a matter of demon gender equality :-P
hi, with the start of phase 4 in season of discovery blizzard added a new spell called Fel Armor (SpellID 403619 apparently) to the warlocks. this spell should go in the shields categoy as it is consistent with spells like demon skin and demon armor. I would deeply appreciate adding the spell to the category.
I'll add this in the next pull request
also 'summon incubus' (SpellID 713 I believe) should be in the class pet category. this category already has the succubus in it so adding the succubus wouldn't be of great importance as those 2 spells are just gender variations of the same pet, so it's more a matter of demon gender equality :-P
Should be in the last update
unfortunately Fel Armor didn't make it into the latest build of autobar as of yet.
it should be in the category shields but unfortunately there is no spell with that ID present in the addon.
please add code.cache_spell_data(403619, "Fel Armor");
to CachedSpellData_classic.lua under the section of warlock and
"WARLOCK", code.get_spell_name_by_name("Fel Armor"),
to ABCategoryData_classic.lua under the section of Spell.Shields