Skip to content

Commit

Permalink
985 | 1.37.1.6 | 23 files | M Protobufs/econ_gcmessages.proto, M Prot…
Browse files Browse the repository at this point in the history
…obufs/gcsdk_gcmessages.proto, M csgo/bin/linux64/client_panorama_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_dutch.txt, M csgo/resource/csgo_english.txt, M csgo/resource/csgo_finnish.txt, M csgo/resource/csgo_greek.txt, M csgo/resource/csgo_italian.txt, M csgo/resource/csgo_norwegian.txt, M csgo/resource/csgo_spanish.txt, M csgo/resource/csgo_thai.txt, M csgo/resource/csgo_turkish.txt, M csgo/resource/csgo_ukrainian.txt, M csgo/scripts/game_sounds_ui_panorama.txt, M csgo/scripts/items/items_game.txt, M csgo/scripts/items/items_game_cdn.txt, M csgo/steam.inf, ?? csgo/pak01_dir/resource/flash/econ/set_icons/set_xraymachine.png, ?? csgo/pak01_dir/resource/flash/econ/set_icons/set_xraymachine_small.png

https://steamdb.info/patchnotes/4244319/
  • Loading branch information
SteamDB-Tracker committed Oct 1, 2019
1 parent 6ab89d3 commit 4768524
Show file tree
Hide file tree
Showing 23 changed files with 3,642 additions and 1,390 deletions.
2 changes: 2 additions & 0 deletions Protobufs/econ_gcmessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ enum EUnlockStyle {
enum EGCItemCustomizationNotification {
k_EGCItemCustomizationNotification_NameItem = 1006;
k_EGCItemCustomizationNotification_UnlockCrate = 1007;
k_EGCItemCustomizationNotification_XRayItemReveal = 1008;
k_EGCItemCustomizationNotification_XRayItemClaim = 1009;
k_EGCItemCustomizationNotification_NameBaseItem = 1019;
k_EGCItemCustomizationNotification_RemoveItemName = 1030;
k_EGCItemCustomizationNotification_RemoveSticker = 1053;
Expand Down
2 changes: 0 additions & 2 deletions Protobufs/gcsdk_gcmessages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ message CMsgSOMultipleObjects {

repeated .CMsgSOMultipleObjects.SingleObject objects_modified = 2;
optional fixed64 version = 3;
repeated .CMsgSOMultipleObjects.SingleObject objects_added = 4;
repeated .CMsgSOMultipleObjects.SingleObject objects_removed = 5;
optional .CMsgSOIDOwner owner_soid = 6;
}

Expand Down
Loading

0 comments on commit 4768524

Please sign in to comment.