1
0
Quellcode durchsuchen

[fixed] Wrong number in variable count

Kevin_Smarts vor 3 Jahren
Ursprung
Commit
3b2e45e7f3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      locations/moncheri.qsrc

+ 1 - 1
locations/moncheri.qsrc

@@ -134,7 +134,7 @@ if $ARGS[0] = 'dresses':
 				end
 			end
 			i += 2
-		if i <= 81:jump 'loopmoncheri_dress'
+		if i <= 80:jump 'loopmoncheri_dress'
 	if clothingfilter['quality'] = 1 and clothingfilter['qualitycheck'] > 0: clothingfilter['qualitycheck'] -=1 & jump 'loopquality'
 end