diff -ru /Users/breser/Projects/PitBull/Aura/Update.lua ./Update.lua
--- /Users/breser/Projects/PitBull/Aura/Update.lua	2008-06-09 16:01:31.000000000 -0700
+++ ./Update.lua	2008-06-16 14:43:02.000000000 -0700
@@ -259,7 +259,7 @@
 	end
 	local maxAuras = db[isBuff and "maxbuffs" or "maxdebuffs"]
 
-	local isPlayer = UnitIsUnit(unit, "player")
+	local isPlayer = unit == "player" 
 	local isPet = not isPlayer and UnitIsUnit(unit, "pet")
 	local isFriend = isPlayer or isPet or UnitIsFriend("player", unit)
 	
@@ -286,7 +286,7 @@
 	end
 	
 	local list = newList()
-	if unit == "player" then
+	if isPlayer then
 		if isBuff and not profile.player.hiddenWeaponBuffs then
 			if #list < maxAuras then
 				local mainhandItemBuff, mainhandTimeLeft, mainhandCount = PitBull_Aura:GetMainHandItemBuffInfo()
