Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. --==========================================================================================================================
  2. -- Civilization_JFD_CultureTypes
  3. --==========================================================================================================================
  4. CREATE TABLE IF NOT EXISTS
  5. */
  6. INSERT INTO Civilization_JFD_CultureTypes
  7. (CivilizationType, CultureType, SplashScreenTag, SoundtrackTag)
  8. VALUES ('CIVILIZATION_ROLMEC', 'JFD_Mesoamerican', 'JFD_Mesoamerican', 'JFD_Mesoamerican');
  9.  
  10. --==========================================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement