[Classic] Addon doesn't load.
cloverpi opened this issue ยท 0 comments
After update addon doesn't load even when selecting "load out of date".
Determined the cause is this conditional that tests for Live in both Loader.lua
and API.lua
.
if GetBuildInfo() ~= "1.13.2" then
print("|cFF33FF99BigWigs|r: You're trying to run the Classic version of BigWigs on a live server.")
return
end
Obvs changing the string to 1.13.3 resolves the issue.