Core/Social: Implemented account ignores

Port From (https://github.com/TrinityCore/TrinityCore/commit/f40c0dfd5588798115bfa61236be1804a32ba24f)
This commit is contained in:
hondacrx
2021-11-07 16:17:06 -05:00
parent f2e56ccb41
commit ff51a1521e
8 changed files with 90 additions and 62 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ namespace Game
return;
}
if (pOther.GetSocial().HasIgnore(GetPlayer().GetGUID()))
if (pOther.GetSocial().HasIgnore(GetPlayer().GetGUID(), GetPlayer().GetSession().GetAccountGUID()))
{
info.Status = TradeStatus.PlayerIgnored;
SendTradeStatus(info);