I'm still just getting the hang on how to use sql. How do you increase the yield of the palace? This is what I'm trying:
UPDATE Building_YieldChanges SET 'Yield' = 4
WHERE BuildingType = 'BUILDING_PALACE' YieldType = 'YIELD_SCIENCE';
This is probably way off, but kael's pdf unfortunately doesn't have any simple sql examples.
UPDATE Building_YieldChanges SET 'Yield' = 4
WHERE BuildingType = 'BUILDING_PALACE' YieldType = 'YIELD_SCIENCE';
This is probably way off, but kael's pdf unfortunately doesn't have any simple sql examples.