View Single Post
08-28-16, 08:22 AM   #24
Aftermathhqt
A Molten Giant
 
Aftermathhqt's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 784
Heres my full code: http://hastebin.com/uresuxiyug.lua

and
Lua Code:
  1. if not ABuffFrame then return end

Worked all fine to remove all other if ... then besides

Lua Code:
  1. local ABuffFrameBorder = _G[self..index.."Border"]

So i just added like you said and works all fine

Lua Code:
  1. if not ABuffFrameBorder then return end

But yet theres a mystery with the statubar buff timer, it doesn't seem to be updating correctly, whenever i first logg on or reload my ui, it works perfect, until i get my 2nd buff, it doesn't update correctly anymore.
  Reply With Quote