Hi
I've made a simple change to the Great Library using sql. The update works fine (at least no errors) but I get an error when I try to update the text. It seems pretty simple and I've done this loads of times in Civ5.
Can someone see whats wrong here?
UPDATE BaseGameText
SET Text = 'Receive boosts to all Ancient, Classical and Medieval era technologies. Must be built on flat land adjacent to a Campus district with a Library.'
WHERE Tag = 'LOC_BUILDING_GREAT_LIBRARY_DESCRIPTION';
PS: Error messages in Civ6 suck big time!!!!
\Skodkim
I've made a simple change to the Great Library using sql. The update works fine (at least no errors) but I get an error when I try to update the text. It seems pretty simple and I've done this loads of times in Civ5.
Can someone see whats wrong here?
UPDATE BaseGameText
SET Text = 'Receive boosts to all Ancient, Classical and Medieval era technologies. Must be built on flat land adjacent to a Campus district with a Library.'
WHERE Tag = 'LOC_BUILDING_GREAT_LIBRARY_DESCRIPTION';
PS: Error messages in Civ6 suck big time!!!!
\Skodkim