View Single Post
08-19-15, 03:42 AM   #2
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
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.
__________________

Last edited by lightspark : 08-19-15 at 03:52 AM.
  Reply With Quote