mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Core/PacketIO: Fixed incorrect packet response when ignoring players
This commit is contained in:
@@ -156,7 +156,7 @@ void WorldSession::HandleAddIgnoreOpcode(WorldPackets::Social::AddIgnore& packet
|
||||
}
|
||||
}
|
||||
|
||||
sSocialMgr->SendFriendStatus(GetPlayer(), ignoreResult, ObjectGuid::Empty);
|
||||
sSocialMgr->SendFriendStatus(GetPlayer(), ignoreResult, ignoreGuid);
|
||||
}
|
||||
|
||||
void WorldSession::HandleDelIgnoreOpcode(WorldPackets::Social::DelIgnore& packet)
|
||||
|
||||
Reference in New Issue
Block a user