Sid Meier's Civilization VI

Sid Meier's Civilization VI

Sukritact's Hadrian (Rome)
choijanggyu 2023 年 4 月 14 日 上午 10:23
Please support HIstorical Religion mod
Here is the code

INSERT OR REPLACE INTO FavoredReligions
(LeaderType, ReligionType)
VALUES ('LEADER_SUK_HADRIAN', 'RELIGION_HELLENISM');

UPDATE FavoredReligions
SET ReligionType = 'RELIGION_R5_IMPERIAL_CULT'
WHERE LeaderType = 'LEADER_SUK_HADRIAN'
AND EXISTS (SELECT * FROM Religions WHERE ReligionType = 'RELIGION_R5_IMPERIAL_CULT');