Ver Fonte

[fixed] Taxi to new red light wasn't updated

Kevin_Smarts há 2 anos atrás
pai
commit
e1e2a50e03
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      locations/taxi.qsrc

+ 2 - 2
locations/taxi.qsrc

@@ -56,8 +56,8 @@ if $ARGS[0] = 'locations':
 
 	if $loc ! 'city_industrial' or $loc_arg ! 'redlight':
 		act 'Go to the city''s red light district':
-			$loc = 'city_industrial'
-			$loc_arg = 'redlight'
+			$loc = 'city_redlight'
+			$loc_arg = 'start'
 			gt 'taxi', 'trip'
 		end
 	end