Merge pull request #361 from KayenEQ/Development

Implemented pet type 5 (petTargetLock)
This commit is contained in:
KayenEQ
2015-02-03 07:10:41 -05:00
6 changed files with 74 additions and 1 deletions
+3
View File
@@ -9862,6 +9862,9 @@ void Client::Handle_OP_PetCommands(const EQApplicationPacket *app)
return;
}
if (mypet->GetPetType() == petTargetLock && (pet->command != PET_HEALTHREPORT && pet->command != PET_GETLOST))
return;
if (mypet->GetPetType() == petAnimation && (pet->command != PET_HEALTHREPORT && pet->command != PET_GETLOST) && !GetAA(aaAnimationEmpathy))
return;