Skip to content

Commit

Permalink
Fix Inspired Works not affecting Landmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveVision committed Nov 9, 2023
1 parent f671cc1 commit 5b58123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ INSERT INTO Belief_ImprovementYieldChanges
SELECT
'BELIEF_UNITY_OF_PROPHETS', a.Type, b.YieldType, 2
FROM Improvements a, Helper3 b
WHERE a.CreatedByGreatPerson = 1;
WHERE a.CreatedByGreatPerson = 1 OR a.Type = 'IMPROVEMENT_LANDMARK';

DROP TABLE Helper3;

Expand Down

0 comments on commit 5b58123

Please sign in to comment.