View Single Post
08-04-14, 12:57 PM   #13
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Presumably it should be something like this, but as far as I can tell there isn't any documentation for WeakAuras.
Lua Code:
  1. function()
  2.      local _, _, _, _, _, duration, expirationTime = UnitBuff("player", "Blutschild")
  3.      return duration or 0, expirationTime or 0
  4. end
  Reply With Quote