Thread: KGPanels script
View Single Post
09-18-12, 04:41 AM   #8
suicidalkatt
A Rage Talon Dragon Guard
 
suicidalkatt's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 331
Originally Posted by Phanx View Post
FYI:
Code:
if IsInRaid() or IsInGroup() then
...is redundant; IsInGroup() returns true if you are in *any* kind of group. You don't need to check IsInRaid() unless you want to do something different in raid groups vs. party groups.
Not going to kill anyone.
  Reply With Quote