Nevcairiel / Routes

Routes WoW Addon
https://www.wowace.com/projects/routes
8 stars 13 forks source link

[ISSUE] - cata classic - exception after login #19

Closed ZeChrales closed 4 months ago

ZeChrales commented 4 months ago

Description

Exception just after login a char

Routes Version

1.8.1

World of Warcraft Version

Classic Wrath of the Lich King

Testing Isolation

Lua Error(s)

Stack: Interface/AddOns/Routes/Modules/AutoShow.lua:25: table index is nil
[string "@Interface/AddOns/Routes/Modules/AutoShow.lua"]:25: in main chunk

Reproduction Steps

1 login

Last Known Good Version

No response

Screenshots

No response

Additional Information

No response

yssaril commented 4 months ago

in the Routes/Modules/AutoShow.lua

change line 25 from this profession_to_skill[GetSpellInfo(170691)] = "Herbalism" to profession_to_skill[GetSpellInfo(170691) or GetSpellInfo(13614)] = "Herbalism"

Nevcairiel commented 4 months ago

This is already fixed in 7ba55fd442c4ffe15defe7ae3c367c0085832468