Core/Social: Implemented account ignores
Port From (https://github.com/TrinityCore/TrinityCore/commit/f40c0dfd5588798115bfa61236be1804a32ba24f)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user