[BFA] HONOR_PRESTIGE_UPDATE event cause error with the latest beta version.
Merathilis opened this issue ยท 6 comments
Hello friends,
with the latest beta build from Blizzard they seems to change/rename or deleted the Event HONOR_PRESTIGE_UPDATE.
Here is the error we got from ElvUI:
Message: Interface\AddOns\ElvUI\Libraries\oUF\events.lua:111: Attempt to register unknown event "HONOR_PRESTIGE_UPDATE"
Reference: https://git.tukui.org/elvui/elvui/issues/406
Sup! I'll fix it tomorrow.
Prestige API, events, etc were removed from the game, it's all about honour levels now.
I removed prestige entirely from the element. Basically, we reverted to pre-Legion version.
I could replace prestige levels w/ honour levels, technically, it's the same stuff, unique PvP badges are still there as well, but a) Blizz no longer show prestige badges on their unit frames, they use only basic FfA, Alliance, and Horde badges now; b) honour API is still WIP.
However, if there's demand, I'll add honour level support.
Thx for the quick fix. I don't know if there is a demand to add the honor level support, but i think it is good to have. ;)
Apparently the prestige icons are hidden in FfA and neutral zones, but show otherwise.
Eh? They're "disabled" entirely in BfA. Both *PrestigePortrait
and *PrestigeBadge
are always hidden and unused, only basic Horde, Ally, and FFA PvP emblems are used.
Closed by b9560ee
Feel free to re-open if something related arises.