<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -114,16 +114,15 @@ function FuzzyLogic.PreClick()
 	if InCombatLockdown() then return end
 
 	local exists = UnitExists(&quot;pet&quot;)
-	if exists then
-		if UnitIsDead(&quot;pet&quot;) or (not exists and petIsDead) then
-			frame:SetManyAttributes(&quot;type1&quot;, &quot;spell&quot;, &quot;spell&quot;, L.petrevive)
-		elseif (UnitHealth(&quot;pet&quot;)/UnitHealthMax(&quot;pet&quot;) &lt; healthresh) or
-		       (hasImpMendPet and UnitDebuff(&quot;pet&quot;, 1)) then
+	if UnitIsDead(&quot;pet&quot;) or (not exists and petIsDead) then
+		frame:SetManyAttributes(&quot;type1&quot;, &quot;spell&quot;, &quot;spell&quot;, L.petrevive)
+	elseif exists then
+		if (UnitHealth(&quot;pet&quot;)/UnitHealthMax(&quot;pet&quot;) &lt; healthresh) or (hasImpMendPet and UnitDebuff(&quot;pet&quot;, 1)) then
 			frame:SetManyAttributes(&quot;type1&quot;, &quot;spell&quot;, &quot;spell&quot;, L.petmend)
 		else
 			frame:SetManyAttributes(&quot;type1&quot;, &quot;spell&quot;, &quot;spell&quot;, L.petdis)
 		end
 	else
-	    frame:SetManyAttributes(&quot;type1&quot;, &quot;spell&quot;, &quot;spell&quot;, L.petcall)
+		frame:SetManyAttributes(&quot;type1&quot;, &quot;spell&quot;, &quot;spell&quot;, L.petcall)
 	end
 end</diff>
      <filename>FuzzyLogic.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dbddca300f1b11c09e51d5a4a68754cdbd30baa8</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/fuzzylogic/commit/3882a1fbeafd6937061df4689f488108a81b90ff</url>
  <id>3882a1fbeafd6937061df4689f488108a81b90ff</id>
  <committed-date>2008-06-10T13:13:08-07:00</committed-date>
  <authored-date>2008-06-10T13:13:08-07:00</authored-date>
  <message>Fix rez not working consistantly</message>
  <tree>95a356ec8bb727a2e3755523a785053f64553fb1</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
