Thread: UnitBuff
View Single Post
06-01-10, 02:51 PM   #8
Ailae
A Rage Talon Dragon Guard
 
Ailae's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 318
Code:
local WG_BUFF = GetSpellInfo(57940) -- retrieves the name of the buff in whatever locale you're using

if UnitAura("player", WG_BUFF) then
	-- do stuff
end
__________________
Oh, the simulated horror!
  Reply With Quote