*Use 4 spaces instead of tabs in .cpp and .h files

--HG--
branch : trunk
This commit is contained in:
maximius
2009-09-14 16:06:21 -07:00
parent b37f9b1e55
commit 4ab8d4a5dd
14 changed files with 65 additions and 65 deletions

View File

@@ -300,7 +300,7 @@ void PetAI::AttackStart(Unit *target)
DoAttack(target,true); // STAY or FOLLOW, player clicked "attack" so attack with chase
else
DoAttack(target,false); // STAY, target in range, attack not clicked so attack without chase
}
}
}
Unit *PetAI::SelectNextTarget()