Remove WoV from wmlling and schema_validation
This commit is contained in:
parent
7ade8be5a1
commit
23cb2eecf7
2 changed files with 0 additions and 2 deletions
|
@ -1163,7 +1163,6 @@ mainline = ("An_Orcish_Incursion",
|
|||
"tutorial",
|
||||
"Two_Brothers",
|
||||
"Under_the_Burning_Suns",
|
||||
"Wings_of_Victory",
|
||||
)
|
||||
|
||||
spellcheck_these = (\
|
||||
|
|
|
@ -100,6 +100,5 @@ validate_campaign "The_South_Guard" "CAMPAIGN_THE_SOUTH_GUARD" "
|
|||
validate_campaign "tutorial" "TUTORIAL" "EASY" "NORMAL" "HARD" || RET=1
|
||||
validate_campaign "Two_Brothers" "CAMPAIGN_TWO_BROTHERS" "EASY" "HARD" || RET=1
|
||||
validate_campaign "Under_the_Burning_Suns" "CAMPAIGN_UNDER_THE_BURNING_SUNS" "EASY" "NORMAL" "HARD" || RET=1
|
||||
validate_campaign "Wings_of_Victory" "CAMPAIGN_WINGS_OF_VICTORY" "EASY" "NORMAL" "HARD" || RET=1
|
||||
|
||||
exit $RET
|
||||
|
|
Loading…
Add table
Reference in a new issue