Skip to content

Commit

Permalink
923 | 1.36.9.6 | 18 files | M Protobufs/econ_gcmessages.proto, M csgo…
Browse files Browse the repository at this point in the history
…/bin/linux64/client_panorama_client_strings.txt, M csgo/bin/linux64/matchmaking_client_strings.txt, M csgo/bin/linux64/server_client_strings.txt, M csgo/bin/server_strings.txt, M csgo/pak01_dir.txt, M csgo/resource/csgo_bulgarian.txt, M csgo/resource/csgo_czech.txt, M csgo/resource/csgo_danish.txt, M csgo/resource/csgo_english.txt, M csgo/resource/csgo_finnish.txt, M csgo/resource/csgo_norwegian.txt, M csgo/resource/csgo_polish.txt, M csgo/resource/csgo_russian.txt, M csgo/resource/csgo_spanish.txt, M csgo/scripts/items/items_game.txt, M csgo/steam.inf, M platform/config/network_config.json

https://steamdb.info/patchnotes/3831379/
  • Loading branch information
SteamDB-Tracker committed May 16, 2019
1 parent e3a8c24 commit cf55944
Show file tree
Hide file tree
Showing 18 changed files with 1,151 additions and 702 deletions.
13 changes: 13 additions & 0 deletions Protobufs/econ_gcmessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,19 @@ enum EUnlockStyle {
k_UnlockStyle_Failed_CantAffordAttrib = 5;
}

enum EGCItemCustomizationNotification {
k_EGCItemCustomizationNotification_NameItem = 1006;
k_EGCItemCustomizationNotification_UnlockCrate = 1007;
k_EGCItemCustomizationNotification_NameBaseItem = 1019;
k_EGCItemCustomizationNotification_RemoveItemName = 1030;
k_EGCItemCustomizationNotification_RemoveSticker = 1053;
k_EGCItemCustomizationNotification_ApplySticker = 1086;
k_EGCItemCustomizationNotification_StatTrakSwap = 1088;
k_EGCItemCustomizationNotification_ActivateFanToken = 9178;
k_EGCItemCustomizationNotification_GraffitiUnseal = 9185;
k_EGCItemCustomizationNotification_GenerateSouvenir = 9204;
}

message CMsgGCGiftedItems {
optional uint32 accountid = 1;
optional uint32 giftdefindex = 2;
Expand Down
Loading

0 comments on commit cf55944

Please sign in to comment.