View Single Post
12-17-17, 09:00 PM   #6
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
Just to be clear...

Lua Code:
  1. local _, class = UnitClass("player")
  2. if class ~= "ROGUE" then
  3.      DisableAddon("YourAddonName")   --you don't need to specify a character here, unless you want to disable for a different character than the one you're on ;)
  4.      return
  5. end
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote