View Single Post
02-27-15, 05:22 PM   #6
wallst
A Murloc Raider
Join Date: Feb 2015
Posts: 5
Originally Posted by Seerah View Post
What, exactly, "doesn't work"?
Lua Code:
  1. then t:Show() CooldownFrame_SetTimer(cd1,GetTime(),45,1)
  2. C_Timer.After(45, function() t:Hide() end)
  Reply With Quote