View Single Post
08-18-10, 03:23 AM   #11
ravagernl
Proceritate Corporis
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 1,176
Originally Posted by Phanx View Post
This would actually be less function calls, and the "correct" way to check if the player knows a spell:

Code:
local Dot = IsSpellKnown(53736) and GetSpellInfo(53742) or GetSpellInfo(31803)
http://www.wowwiki.com/API_IsSpellKnown
I wonder if using UnitFactionGroup is even better
  Reply With Quote