Browse Source

[fixed] Wrong link for electives in second semester.

bgkjdgbizgblzdgbr 9 months ago
parent
commit
7e91494a26
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/uni_programs.qsrc

+ 3 - 3
locations/uni_programs.qsrc

@@ -496,7 +496,7 @@ if $ARGS[0] = 'uni_period_third':
 					if hour = 13 and minut < 15: minut += 15 - minut
 					uni_period['third'] = daystart
 					gs 'stat'
-					gt 'uni_lessons_electives1', $university['elective_semester_2_1']
+					gt 'uni_lessons_electives2', $university['elective_semester_2_1']
 				end
 			elseif week = 2 and $university['elective_semester_2_2'] ! '':
 				*nl
@@ -506,7 +506,7 @@ if $ARGS[0] = 'uni_period_third':
 					if hour = 13 and minut < 15: minut += 15 - minut
 					uni_period['third'] = daystart
 					gs 'stat'
-					gt 'uni_lessons_electives1', $university['elective_semester_2_2']
+					gt 'uni_lessons_electives2', $university['elective_semester_2_2']
 				end
 			elseif week = 3:
 				*nl
@@ -526,7 +526,7 @@ if $ARGS[0] = 'uni_period_third':
 					if hour = 13 and minut < 15: minut += 15 - minut
 					uni_period['third'] = daystart
 					gs 'stat'
-					gt 'uni_lessons_electives1', $university['elective_semester_2_3']
+					gt 'uni_lessons_electives2', $university['elective_semester_2_3']
 				end
 			end
 		elseif university['enrolled_in_semester'] = 3: