Browse Source

[fixed] missed changing a variable

hornguy6 4 years ago
parent
commit
5d2b0595bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/dk.qsrc

+ 2 - 2
locations/dk.qsrc

@@ -385,11 +385,11 @@ if $ARGS[0] = 'holl':
 			end
 		end
 
-		if money >= 5000 and masseuse['certification'] < 10 and masseuse['certification']shoolday ! daystart:
+		if money >= 5000 and masseuse['certification'] < 10 and masseuse_lesson ! daystart:
 			act 'Learn how to give massages (1,000 <b>₽</b> per session)':
 				cla
 				menu_off = 1
-				masseuse['certification']shoolday = daystart
+				masseuse_lesson = daystart
 				money -= 1000
 				masseuse['certification'] += 1
 				minut += 120