WeakAuras

WeakAuras

206M Downloads

Export String Contains Bogus Class Information

Amadeus- opened this issue ยท 3 comments

commented

Describe the bug

I have a weak aura that does not have any Load->Player Class settings; however, both the export string and export LUA Table contain Load->Player Class setting information.

To Reproduce

  1. Import the weak aura at https://pastebin.com/raw/gL7uDh75
  2. Confirm that under the Load tab, there is no setting for Player Class
  3. Export to LUA Table and confirm that there is a bogus setting as follows:
 ["load"] = {
       ............
        ["class"] = {
            ["single"] = "DEATHKNIGHT",
            ["multi"] = {
            },
        },

Note: You can confirm that the bogus setting is also in the encoded export string by importing it into wago.io. You will see that "Deathknight" is set as a default category (and cannot be changed.) This is how I noticed the bug in the first place.


I think it should be pretty quick/easy for anyone to see and confirm this bug. However, if it's not clear and/or more information is needed, I'll be more than happy to create an in-game video showing the issue and/or provide screenshots.

Thanks!

commented

There is nothing bogus in this aura data, issue is on how wago is using it.

commented

Soooo......the fact that the LUA export string indicates a class, when no class is set in the UI, is intended?

commented

yes