Core/Packets: updated EquipmentSet save packets

This commit is contained in:
joschiwald
2014-11-19 21:09:30 +01:00
parent 13bca49e5f
commit abff9de719
15 changed files with 215 additions and 200 deletions

View File

@@ -12868,7 +12868,7 @@ void Unit::SendPetAIReaction(ObjectGuid guid)
WorldPackets::Combat::AIReaction packet;
packet.UnitGUID = guid;
packet.Reaction = AI_REACTION_HOSTILE;
owner->ToPlayer()->GetSession()->SendPacket(packet.Write());
owner->ToPlayer()->SendDirectMessage(packet.Write());
}
///----------End of Pet responses methods----------