Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. --==========================================================================================================================
  2. -- Ethnic Units Support
  3. --==========================================================================================================================
  4. UPDATE Civilizations
  5. SET ArtStyleSuffix = (CASE WHEN EXISTS(SELECT ArtStyleSuffix FROM Civilizations WHERE ArtStyleSuffix = '_CELTS' )
  6. THEN '_CELTS'
  7. ELSE '_EURO' END)
  8. WHERE Type = 'CIVILIZATION_CALC_MANX';
  9. --==========================================================================================================================
  10. --==========================================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement