Core/PacketIO: Fixed incorrect packet response when ignoring players

This commit is contained in:
Shauren
2022-04-16 12:16:26 +02:00
parent a95b0b4511
commit 2c99bc18f2

View File

@@ -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)