mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-18 20:48:26 +00:00
Add bot and bot pet checks to various spells, auras and targeting checks that were missing.
This commit is contained in:
@@ -15230,7 +15230,7 @@ void Client::Handle_OP_TargetMouse(const EQApplicationPacket *app)
|
||||
GetTarget()->IsTargeted(1);
|
||||
return;
|
||||
}
|
||||
else if (GetTarget()->IsPetOwnerClient())
|
||||
else if (GetTarget()->IsPetOwnerOfClientBot())
|
||||
{
|
||||
GetTarget()->IsTargeted(1);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user