Browse Source

[fixed] Set return locations wrong way around

Kevin_Smarts 2 years ago
parent
commit
94a1c4ba09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/tobiQW.qsrc

+ 1 - 1
locations/tobiQW.qsrc

@@ -148,7 +148,7 @@ if $ARGS[0] = '10':
 
 	if mid($start_type,1,4) = 'city':
 		act 'Get out of bed':gt 'bedr'
-	elseif mid($start_type,1,3) = 'uni':
+	elseif mid($start_type,1,3) = 'sg':
 		act 'Get out of bed':gt 'bedrPar'
 	else
 		act 'Get out of bed':gt 'uni_dorm', 'dorm_room'