View Single Post
04-25-12, 11:25 AM   #4
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
They probably just use API calls (for spell cooldowns etc, where available) to update timers or rely on the equivalent of time() or GetTime() calls so they have an independent local time anchor.

They won't be relying on tallying 'elapsed' time alone.
  Reply With Quote