mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/Bnet: Updated protobuf messages and services
This commit is contained in:
@@ -401,7 +401,7 @@ uint32 Battlenet::Session::HandleGetAccountState(account::v1::GetAccountStateReq
|
||||
if (request->options().field_privacy_info())
|
||||
{
|
||||
response->mutable_state()->mutable_privacy_info()->set_is_using_rid(false);
|
||||
response->mutable_state()->mutable_privacy_info()->set_is_real_id_visible_for_view_friends(false);
|
||||
response->mutable_state()->mutable_privacy_info()->set_is_visible_for_view_friends(false);
|
||||
response->mutable_state()->mutable_privacy_info()->set_is_hidden_from_friend_finder(true);
|
||||
|
||||
response->mutable_tags()->set_privacy_info_tag(0xD7CA834D);
|
||||
|
||||
Reference in New Issue
Block a user