Skip to content

Commit

Permalink
Update JP to v3.05
Browse files Browse the repository at this point in the history
  • Loading branch information
randomqwerty committed Sep 20, 2024
1 parent 42b303b commit fe2f916
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static void Main(string[] args)
Downloader jp = new Downloader("jp");
jp.downloadStc();
jp.downloadAsset("jp");
clientVersion = "3040";
clientVersion = "3050";
break;
case "ch":
Console.WriteLine("\n====CN Data download====");
Expand Down
2 changes: 2 additions & 0 deletions ResourceExtract/config_dir.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"assets/resources/dabao/luapatch/3030": "text/luapatch/3030",
"assets/resources/dabao/luapatch/3040": "text/luapatch/3040",
"assets/resources/dabao/luapatch/3050": "text/luapatch/3050",
"assets/resources/dabao/luapatch/3060": "text/luapatch/3060",
"assets/resources/dabao/luapatch/3010/language": "text/luapatch/3010/language",
"assets/resources/dabao/luapatch/battle": "text/luapatch/battle",
"assets/resources/dabao/luapatch/battle/2019winter": "text/luapatch/battle/2019winter",
Expand All @@ -42,6 +43,7 @@
"assets/resources/dabao/luapatch/battle/3010": "text/luapatch/battle/3010",
"assets/resources/dabao/luapatch/battle/3020": "text/luapatch/battle/3020",
"assets/resources/dabao/luapatch/battle/3020": "text/luapatch/battle/3030",
"assets/resources/dabao/luapatch/bdscripts": "text/luapatch/bdscripts",
"assets/resources/dabao/luapatch/collaboration/anniversary": "text/luapatch/collaboration/anniversary",
"assets/resources/dabao/luapatch/collaboration/division": "text/luapatch/collaboration/division",
"assets/resources/dabao/luapatch/collaboration/gunslingergirl": "text/luapatch/collaboration/gunslingergirl",
Expand Down

0 comments on commit fe2f916

Please sign in to comment.