Revolutionist_8
King
Hello my friends!
Does perhaps someone know why this works:
but why this one does not apply to buildings:
(same mod. The where claus doesn't matter, it's the same)
It's maybe something trivial I'm missing, but I'm baffled to be honest
I greatly appreciate any info, thank you!
Does perhaps someone know why this works:
SQL:
UPDATE Adjacency_YieldChanges
SET YieldChange = YieldChange * 3;
but why this one does not apply to buildings:
SQL:
UPDATE Constructibles
SET Cost = Cost * 3 WHERE ConstructibleClass = "BUILDING";
(same mod. The where claus doesn't matter, it's the same)
It's maybe something trivial I'm missing, but I'm baffled to be honest

I greatly appreciate any info, thank you!