The "Creating Button" sticks to 365/393 and doesn't change whenever I reload the game
JerryMMo opened this issue ยท 2 comments
Description
The "Creating Button" sticks to 365/393 and doesn't change whenever I reload the game, it happened for many versions of WeakAuras...At least 3.7.x has this problem
WeakAuras Version
WeakAuras 3.7.5
World of Warcraft Flavor
Retail (Default)
Tested with only WeakAuras
- Yes
- No
Lua Error
Reproduction Steps
1.Go to World of Warcraft, find _retail_\interface\addons\WeakAuras\WeakAuras.lua;
2.Open it with text editor, then select all and copy and paste to Visual Studio, find line 2369, replace this snippet
elseif option.type == "select" then if value < 1 or value > #option.values then config[key] = option.default end
to
elseif option.type == "select" and type(option.values) == "table" the [WeakAuras.zip](https://github.com/WeakAuras/WeakAuras2/files/7860618/WeakAuras.zip) n if value < 1 or value > #option.values then config[key] = option.default end
from line 2368 to 2371
Last Good Version
No response
Screenshots
No response
Export String
No response
Neither @emptyrivers or me were able to reproduce your problem using your data.
You have many errors in Bugsacks before that one and you solved your issue, so i'm gonna call it closed.