Hekili Priority Helper

Hekili Priority Helper

44M Downloads

Getting LUA error with Elemental Shaman

Mike160770 opened this issue ยท 5 comments

commented

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)

https://pastebin.com/CUpw5srW

Error Messages (Link)

https://pastebin.com/HJE5cbGH

Additional Information

No response

Contact Information

No response

commented

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..

commented

Any idea somebody? This LUA error gets annoying...

commented

It'll be fixed in the next release. It is just text describing a new option. It shouldn't be particularly obtrusive.

commented

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" ),
commented

Should be resolved in current release.