FailcoderAddons / supervillain-ui

Custom World of Warcraft User Interface
32 stars 23 forks source link

unitframes error msg #220

Closed Daniragi closed 5 years ago

Daniragi commented 6 years ago

UnitFrames [Load]: @(08/14/18 01:36:55) - ...ce\AddOns\SVUI_UnitFrames\libs\oUF\elements\tags.lua:493: Attempt to register unknown event "UNIT_POWER"

FightOMatic [Load]: @(08/14/18 01:36:56) - ...terface\AddOns\SVUI_FightOMatic\SVUI_FightOMatic.lua:1213: attempt to index global 'SVUI_Target' (a nil value

hotluck commented 6 years ago

For the first problem there is a change. I don't know how to change code in github but basically UNIT_POWER no longer exists. If you can change code yourself, edit the tags.lua to say UNIT_POWER_UPDATE.

EDIT I've looked at the latest tags.lua and it has already been changed so download the latest clone :)