View Single Post
05-21-13, 12:50 PM   #1
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Get info from target

I trying to get a specc info from the target by:

Code:
local id = GetInspectSpecialization("target")
But it always returns 0, is there any other method to get specc from a target/focus/party/raid member?

Also is there any way to the the "Block chance" info from a target?
  Reply With Quote