Deadstarre
Expert
I attempted this a couple weeks ago and couldnt get it, im trying to disable the WonderSplashImage on a specific building. The column reads
but when I tried
I get a popup error in-game when its built saying game cant locate the file NULL. I believe I tried updating it in a few different ways and every way gave the same type of error. any ideas?
Code:
<Column name="WonderSplashImage" type="text" default="NULL"/>
but when I tried
Code:
UPDATE Buildings
SET WonderSplashImage = 'NULL'
WHERE Type = 'BUILDING_PYRAMID';
I get a popup error in-game when its built saying game cant locate the file NULL. I believe I tried updating it in a few different ways and every way gave the same type of error. any ideas?