Getting LUA error with Elemental Shaman
Mike160770 opened this issue ยท 5 comments
Before You Begin
- I confirm that I have downloaded the latest version of the addon.
- I am not playing on a private server.
- I checked for an existing, open ticket for this issue and was not able to find one.
- I edited the title of this bug report (above) so that it describes the issue I am reporting.
Describe the Issue
When logging in with my Elemental Shaman the following error appears in my BugSack
How to Reproduce
Appears right away when logging in with my Elemental Shaman
Player Information (Link)
Error Messages (Link)
Additional Information
No response
Contact Information
No response
Anyone know where the original text comes from for the descriptions? I can submit a PR to fix, but not sure what the missing string is supposed to be..
It'll be fixed in the next release. It is just text describing a new option. It shouldn't be particularly obtrusive.
The enhancement rotation doesn't load; @Mike160770, you can temporarily fix this by changing line 2430 in Dragonflight\ShamanEnhancement.lua
from:
spec.abilities.flame_shock.name, spec.abilities.primordial_wave.name),
to
spec.abilities.flame_shock.name, spec.abilities.primordial_wave.name, "temp" ),