Skip to content

Commit be18add

Browse files
7 files | JavascriptUrls.txt, webui_enums.steamd, main.css, AdminPages.js, main.js, manifest.js, shared_english.json
1 parent 03114a7 commit be18add

File tree

7 files changed

+24135
-18967
lines changed

7 files changed

+24135
-18967
lines changed

API/JavascriptUrls.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3501,6 +3501,7 @@ url( ${IMG_URL}/pastupdates/winterbp_social.jpg )
35013501
url( ${IMG_URL}/pastupdates/wk_social.jpg )
35023502
url( ${IMG_URL}/pastupdates/wr_social.png )
35033503
url( ${IMG_URL}/pastupdates/wraith_social.jpg )
3504+
url( ${IMG_URL}abilities/${_ ? _ : _}.png )
35043505
url( ${IMG_URL}abilities/${name}.png )
35053506
url( ${IMG_URL}arrow_solid_left.png )
35063507
url( ${IMG_URL}augupdate23/loadout_armory_2023_web_header_cropped.jpg )
@@ -3532,7 +3533,6 @@ url( ${IMG_URL}dpc/headers/dpc_header_event_${}.png ), linear-gradient( to right
35323533
url( ${IMG_URL}dpc/light_gray_bg.jpg )
35333534
url( ${IMG_URL}dpc/top_block.jpg )
35343535
url( ${IMG_URL}heroes/${}.png
3535-
url( ${IMG_URL}heroes/${}.png )
35363536
url( ${IMG_URL}heroes/icons/${}.png )
35373537
url( ${IMG_URL}heroes/stats/aghs_scepter.png )
35383538
url( ${IMG_URL}heroes/stats/aghs_shard.png )

Structs/webui_enums.steamd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,14 @@ enum HAVE
10901090
HAVE_ENOUGH_DATA = 4;
10911091
}
10921092

1093+
enum ITEM_OPTIONS
1094+
{
1095+
ITEM_OPTIONS_ALL = 1;
1096+
ITEM_OPTIONS_EARLY = 2;
1097+
ITEM_OPTIONS_LATE = 3;
1098+
ITEM_OPTIONS_EARLY_LATE = 4;
1099+
}
1100+
10931101
enum kTRAA
10941102
{
10951103
kTRAA_RegisterTeam = 0;

0 commit comments

Comments
 (0)