Skip to content

Commit

Permalink
Fix Goddess of Springtime Text (#11065)
Browse files Browse the repository at this point in the history
+1 missing on Goddess of Springtime
  • Loading branch information
Hokath authored Jul 3, 2024
1 parent 043e6fe commit 4044f1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ SET Text = 'Goddess of Springtime'
WHERE Tag = 'TXT_KEY_BELIEF_ORAL_TRADITION_SHORT';

UPDATE Language_en_US
SET Text = '+1 [ICON_PEACE] Faith, [ICON_FOOD] Food, and [ICON_GOLD] Gold from Plantations. +2 [ICON_PEACE] Faith and [ICON_RESEARCH] Science from Herbalists.'
SET Text = '+1 [ICON_PEACE] Faith, [ICON_FOOD] Food, and [ICON_GOLD] Gold from Plantations. +2 [ICON_PEACE] Faith and +1 [ICON_RESEARCH] Science from Herbalists.'
WHERE Tag = 'TXT_KEY_BELIEF_ORAL_TRADITION';

UPDATE Language_en_US
Expand Down

0 comments on commit 4044f1e

Please sign in to comment.