Skip to content

Commit

Permalink
Fix some additional errors
Browse files Browse the repository at this point in the history
* Incorrect Germanic ruler bookmark birthdays
* Some folder name issues for the WtWSMS conversion
  • Loading branch information
LT-Rascek committed Sep 3, 2022
1 parent 3fafa47 commit fbe6908
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/database_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
dotnet tool install --global dotnet-script
- name: "Run Script"
run: |
python3 CK3_Validator/test_scripts/check_database.py "BP"
python3 CK3_Validator/test_scripts/check_database.py "WtWSMS"
2 changes: 1 addition & 1 deletion .github/workflows/encoding_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
submodules: recursive
- name: "Run Script"
run: |
python3 CK3_Validator/test_scripts/check_encoding.py "BP"
python3 CK3_Validator/test_scripts/check_encoding.py "WtWSMS"
2 changes: 1 addition & 1 deletion .github/workflows/localization_ending_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
submodules: recursive
- name: "Run Script"
run: |
python3 CK3_Validator/test_scripts/check_localization_file_endings.py "BP"
python3 CK3_Validator/test_scripts/check_localization_file_endings.py "WtWSMS"
2 changes: 1 addition & 1 deletion .github/workflows/suffix_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
dotnet tool install --global dotnet-script
- name: "Run Script"
run: |
python3 CK3_Validator/test_scripts/check_suffixes.py "BP"
python3 CK3_Validator/test_scripts/check_suffixes.py "WtWSMS"
4 changes: 2 additions & 2 deletions WtWSMS/common/bookmarks/00_bookmarks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ bm_476_last_light_of_the_west = {
dynasty = 1042147
dynasty_splendor_level = 2
type = male
birth = 434.1.1
birth = 420.1.1
title = k_visigoths
government = subroman_government
culture = visigothic
Expand All @@ -274,7 +274,7 @@ bm_476_last_light_of_the_west = {
dynasty = 1042146
dynasty_splendor_level = 1
type = male
birth = 452.1.1
birth = 450.1.1
title = k_burgundians
government = subroman_government
culture = burgundian
Expand Down

0 comments on commit fbe6908

Please sign in to comment.