diff --git a/Source/Game/Handlers/SocialHandler.cs b/Source/Game/Handlers/SocialHandler.cs index fd6be009e..a78b6750c 100644 --- a/Source/Game/Handlers/SocialHandler.cs +++ b/Source/Game/Handlers/SocialHandler.cs @@ -343,7 +343,7 @@ namespace Game } } - Global.SocialMgr.SendFriendStatus(GetPlayer(), ignoreResult, ObjectGuid.Empty); + Global.SocialMgr.SendFriendStatus(GetPlayer(), ignoreResult, ignoreGuid); } [WorldPacketHandler(ClientOpcodes.DelIgnore)]