Skip to content

Commit

Permalink
Update pack names and premium cards
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkoishi committed Feb 11, 2025
1 parent cef6ca4 commit c881199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
pull_request:
types: [opened, synchronize, reopened, labeled]
workflow_dispatch:

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion PackHistorian/PackWatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private void NewPack(object sender, PackEventArgs e)
}
catch
{
isPremium = ((dynamic)Card).PremiumType == 1;
isPremium = ((dynamic)Card).PremiumType != 0;
}
Cards.Add(new Entity.Card(cardFromId, isPremium));
}
Expand Down
2 changes: 1 addition & 1 deletion PackHistorian/Resources/packs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@
"ptBR": "Grande Treva Infinita Dourado",
"plPL": "Złota Bezkresna ciemność",
"ptPT": "Grande Treva Infinita Dourado",
"jaJP": "ゴールデン暗黒宇宙ドラナイ伝",
"jaJP": "ゴールデン暗黒宇宙ドラナイ伝",
"thTH": "The Great Dark Beyond สีทอง"
},
"987": {
Expand Down

0 comments on commit c881199

Please # to comment.