Skip to content

Commit

Permalink
Actually do it properly
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Nov 20, 2023
1 parent 5ec13b5 commit 3ede9bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ VALUES
('UNIT_GUERILLA', 'PROMOTION_FLANK_ATTACK_BONUS');

-- Remove building requirement in city
DELETE FROM Unit_BuildingClassPurchaseRequireds WHERE Class IN ('UNITCLASS_GUERILLA', 'UNITCLASS_FOREIGNLEGION', 'UNITCLASS_FCOMPANY');
DELETE FROM Unit_BuildingClassPurchaseRequireds WHERE UnitType IN ('UNIT_GUERILLA', 'UNIT_FRENCH_FOREIGNLEGION', 'UNIT_FCOMPANY');

--------------------------------------
-- Freedom
Expand Down

0 comments on commit 3ede9bd

Please sign in to comment.