Skip to content

Commit

Permalink
Remove redundant code for Sea Beggar
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed May 21, 2024
1 parent 50c1166 commit 29e0973
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions (2) Vox Populi/Database Changes/Units/UnitCostSweeps.sql
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,4 @@ UPDATE Units SET Cost = 140, FaithCost = 280 WHERE Type = 'UNIT_POLYNESIAN_MAORI
UPDATE Units SET Cost = 275, FaithCost = 350 WHERE Type = 'UNIT_GERMAN_LANDSKNECHT'; -- cheaper
UPDATE Units SET Cost = 325, FaithCost = 500 WHERE Type = 'UNIT_OTTOMAN_JANISSARY'; -- earlier but same cost
UPDATE Units SET Cost = 350, FaithCost = 500 WHERE Type = 'UNIT_INDIAN_WARELEPHANT'; -- earlier but same cost
UPDATE Units SET Cost = 600, FaithCost = 550 WHERE Type = 'UNIT_ETHIOPIAN_MEHAL_SEFARI'; -- cheaper
UPDATE Units SET FaithCost = 500 WHERE Type = 'UNIT_DUTCH_SEA_BEGGAR'; -- earlier but same cost
UPDATE Units SET Cost = 600, FaithCost = 550 WHERE Type = 'UNIT_ETHIOPIAN_MEHAL_SEFARI'; -- cheaper

0 comments on commit 29e0973

Please sign in to comment.