View Single Post
11-03-14, 11:48 AM   #6
devilArt
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 51
Originally Posted by Choonstertwo View Post
Edit: Disregard this post. I can't read.

Put this at the top of your code:
lua Code:
  1. local _, class = UnitClass("player")
  2. if class == "DEATHKNIGHT" then return end

This stops the code from doing anything if the player is a DK.

thank you, I figured it out
  Reply With Quote