Closed Infixo closed 1 year ago
From CivFanatics https://forums.civfanatics.com/threads/pillaging-dam-does-not-yield-health.683629/
Solution The PlunderAmount is missing in xml, so it is set to default 0 and the dam heals 0 points. To fix: update Districts set PlunderAmount = 50 where DistrictType = 'DISTRICT_DAM'
update Districts set PlunderAmount = 50 where DistrictType = 'DISTRICT_DAM'
From CivFanatics https://forums.civfanatics.com/threads/pillaging-dam-does-not-yield-health.683629/
Solution The PlunderAmount is missing in xml, so it is set to default 0 and the dam heals 0 points. To fix:
update Districts set PlunderAmount = 50 where DistrictType = 'DISTRICT_DAM'