mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 04:32:35 -04:00
Core/Packets: rename classes to match standards
This commit is contained in:
@@ -15656,8 +15656,8 @@ void Unit::SendChangeCurrentVictimOpcode(HostileReference* pHostileReference)
|
||||
void Unit::SendClearThreatListOpcode()
|
||||
{
|
||||
TC_LOG_DEBUG("entities.unit", "WORLD: Send SMSG_THREAT_CLEAR Message");
|
||||
WorldPackets::Combat::ClearThreatList packet;
|
||||
packet.GUID = GetGUID();
|
||||
WorldPackets::Combat::ThreatClear packet;
|
||||
packet.UnitGUID = GetGUID();
|
||||
SendMessageToSet(packet.Write(), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user