Browse Source

first attempt to fix the location renaming (thanks sachana for reporting it)

rachels 2 years ago
parent
commit
ba5ccdfd12
1 changed files with 10 additions and 0 deletions
  1. 10 0
      locations/saveupdater.qsrc

+ 10 - 0
locations/saveupdater.qsrc

@@ -1346,6 +1346,16 @@ if ((100*version_major +version_minor)*100+version_revision)*100+version_patch
 	if flag_start_parc > 0: katjaQW['school_kiss'] = flag_start_parc & killvar 'flag_start_parc'
 
 end
+
+if ((100*version_major +version_minor)*100+version_revision)*100+version_patch  < 00080500:
+	if $loc = 'dorm': $loc = 'uni_dorm'
+	if $loc = 'HotelWork': $loc = 'hotel_work'
+	if $loc = 'ParChurch': $loc = 'pav_church'
+	if $loc = 'pav_train': $loc = 'pav_market'
+	if $loc = 'univer': $loc = 'uni_admin'
+end
+
+
 if mod_list > 0:
 	mod_i=1
 	:mod_data_updater