mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 21:20:01 -04:00
Core/Packets: updated EquipmentSet save packets
This commit is contained in:
@@ -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----------
|
||||
|
||||
Reference in New Issue
Block a user