Browse Source

[fixed] Wrong variable value so grandpa location info was incorrect. His actual schedule not affected.

Kevin_Smarts 3 weeks ago
parent
commit
fb00cfc849
1 changed files with 15 additions and 15 deletions
  1. 15 15
      locations/gp_zlatek_schedule.qsrc

+ 15 - 15
locations/gp_zlatek_schedule.qsrc

@@ -198,21 +198,21 @@ if $ARGS[0] = 'getLocation':
 	elseif locat['A32'] / 10 = 12:
 		$npcLocation['A32'] = 'Your grandfather is in his kitcher'
 
-	elseif locat['A31'] / 10 = 20:
-		$npcLocation['A31'] = 'Your grandfather is in his garden'
-	elseif locat['A31'] / 10 = 21:
-		$npcLocation['A31'] = 'Your grandfather is bathing in his sauna'
-	elseif locat['A31'] / 10 = 22:
-		$npcLocation['A31'] = 'Your grandfather is at his stables'
-
-	elseif locat['A31'] / 10 = 30:
-		$npcLocation['A31'] = 'Your grandfather is out and about in Gadukino'
-	elseif locat['A31'] / 10 = 31:
-		$npcLocation['A31'] = 'Your grandfather is at his church'
-	elseif locat['A31'] / 10 = 32:
-		$npcLocation['A31'] = 'Your grandfather is fishing at the river'
-	elseif locat['A31'] / 10 = 33:
-		$npcLocation['A31'] = 'Your grandfather is at the field'
+	elseif locat['A32'] / 10 = 20:
+		$npcLocation['A32'] = 'Your grandfather is in his garden'
+	elseif locat['A32'] / 10 = 21:
+		$npcLocation['A32'] = 'Your grandfather is bathing in his sauna'
+	elseif locat['A32'] / 10 = 22:
+		$npcLocation['A32'] = 'Your grandfather is at his stables'
+
+	elseif locat['A32'] / 10 = 30:
+		$npcLocation['A32'] = 'Your grandfather is out and about in Gadukino'
+	elseif locat['A32'] / 10 = 31:
+		$npcLocation['A32'] = 'Your grandfather is at his church'
+	elseif locat['A32'] / 10 = 32:
+		$npcLocation['A32'] = 'Your grandfather is fishing at the river'
+	elseif locat['A32'] / 10 = 33:
+		$npcLocation['A32'] = 'Your grandfather is at the field'
 
 	end
 end