Fix add buddy booting u out of horses menu and others

This commit is contained in:
Bluzume 2021-11-27 18:40:56 -05:00
parent cee5dafdc5
commit cbba3bd74a

View file

@ -104,8 +104,11 @@ namespace HISP.Player
userToFriend.LoggedinClient.SendPacket(nowFriendsOther);
baseUser.LoggedinClient.SendPacket(nowFriendsMsg);
GameServer.UpdateArea(baseUser.LoggedinClient);
GameServer.UpdateArea(userToFriend.LoggedinClient);
if(!baseUser.MajorPriority)
GameServer.UpdateArea(baseUser.LoggedinClient);
if (!userToFriend.MajorPriority)
GameServer.UpdateArea(userToFriend.LoggedinClient);
}
else
{