[ISSUE] - cata classic - exception after login
ZeChrales opened this issue ยท 2 comments
Description
Exception just after login a char
Routes Version
1.8.1
World of Warcraft Version
Classic Wrath of the Lich King
Testing Isolation
- No
- Yes, without any related optional dependencies.
- Yes, with related optional dependencies.
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
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"
This is already fixed in 7ba55fd