kesava-wow / kuinameplates-customs

A small collection of customisations for Kui_Nameplates.
19 stars 6 forks source link

Custom target scale stopped working #25

Closed Shirofune closed 4 years ago

Shirofune commented 5 years ago

At some point with some Kui nameplate update, the custom target .lua script stopped working.

I don't know how to debug it or anything, and it doesn't throw any error as far as I know.

Could you please check why it doesn't work?

Shirofune commented 5 years ago

Update:

I managed to fix it by changing this line:

local mod = addon:NewPlugin('TargetScale',101,4)

to this:

local mod = addon:NewPlugin('TargetScale',101,6)

Apparently the MINOR variable got updated in some version and the custom addon doesn't even load because of it.