Hi all,
in my SQL :
I've tried to set the "any" for Era with "Medieval" (and "Industrial" for the second skin) but I just get the skin of the last SQL command.
Question : what did I miss?
Thanks
in my SQL :
Code:
INSERT INTO ArtDefine_Landmarks(Era, State, Scale, ImprovementType, LayoutHandler, ResourceType, Model, TerrainContour)
SELECT 'Any', 'UnderConstruction', 1.25, 'ART_DEF_IMPROVEMENT_GUARD_TOWER', 'SNAPSHOT', 'ART_DEF_RESOURCE_ALL', 'MedievalTower_HB.fxsxml', 1 UNION ALL
SELECT 'Any', 'Constructed', 1.25, 'ART_DEF_IMPROVEMENT_GUARD_TOWER', 'SNAPSHOT', 'ART_DEF_RESOURCE_ALL', 'MedievalTower.fxsxml', 1;
I've tried to set the "any" for Era with "Medieval" (and "Industrial" for the second skin) but I just get the skin of the last SQL command.
Question : what did I miss?
Thanks
