View Single Post
08-19-15, 11:10 AM   #3
evilbib
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Jun 2010
Posts: 30
Originally Posted by lightspark View Post
You have parenting issue, hehe... Your timer is parented to a totem frame itself, but not to particular totem widget.

Lua Code:
  1. _G['TotemFrameTotem'..i..'Duration']:SetParent('TotemFrameTotem'..i)

This should fix your problem.
These kids nowadays :P

Thank you very much will try that asap.

Last edited by evilbib : 08-19-15 at 02:04 PM.
  Reply With Quote