Skip to content

Commit

Permalink
M Protobufs/dota/dota_gcmessages_client.proto, M Protobufs/dota/dota_…
Browse files Browse the repository at this point in the history
…gcmessages_msgid.proto, M Strings/dota/libclient.txt, M Strings/dota/libnetworksystem.txt, M Strings/dota/libserver.txt, M csgo/csgo/steam.inf, M dota/game/dota/resource/dota_english.txt
  • Loading branch information
SteamTracker committed Nov 4, 2016
1 parent 69dca1c commit 384c402
Show file tree
Hide file tree
Showing 7 changed files with 233 additions and 233 deletions.
8 changes: 8 additions & 0 deletions Protobufs/dota/dota_gcmessages_client.proto
Expand Up @@ -1996,6 +1996,14 @@ message CMsgGCToClientBattlePassRollupResponse {
optional .CMsgGCToClientBattlePassRollup_International2016 event_ti6 = 1;
}

message CMsgGCToClientBattlePassRollupListRequest {
optional uint32 account_id = 1;
}

message CMsgGCToClientBattlePassRollupListResponse {
repeated uint32 event_id = 1;
}

message CMsgClientToGCTransferSeasonalMMRRequest {
optional bool is_party = 1;
}
Expand Down
2 changes: 2 additions & 0 deletions Protobufs/dota/dota_gcmessages_msgid.proto
Expand Up @@ -683,5 +683,7 @@ enum EDOTAGCMsg {
k_EMsgGCChatReportPublicSpam = 8197;
k_EMsgClientToGCSetPartyBuilderOptions = 8198;
k_EMsgClientToGCSetPartyBuilderOptionsResponse = 8199;
k_EMsgGCToClientBattlePassRollupListRequest = 8205;
k_EMsgGCToClientBattlePassRollupListResponse = 8206;
}

0 comments on commit 384c402

Please sign in to comment.