Index: /trunk/src/game/PetHandler.cpp
===================================================================
--- /trunk/src/game/PetHandler.cpp (revision 200)
+++ /trunk/src/game/PetHandler.cpp (revision 211)
@@ -79,6 +79,6 @@
     {
         case ACT_COMMAND:                                   //0x0700
-            // Possessed pets are only able to attack
-            if (pet->isPossessed() && spellid != COMMAND_ATTACK)
+            // Possessed or shared vision pets are only able to attack
+            if ((pet->isPossessed() || pet->HasAuraType(SPELL_AURA_BIND_SIGHT)) && spellid != COMMAND_ATTACK)
                 return;
 
