Procházet zdrojové kódy

[fixed] Market outfit ownership check when buying was wrong

Kevin_Smarts před 2 roky
rodič
revize
786a4c9631
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      locations/city_market.qsrc

+ 1 - 1
locations/city_market.qsrc

@@ -202,7 +202,7 @@ if $ARGS[0] = 'clo':
 
 	i = 1
 	:loopmarket_outfits
-		if loopmarket_outfits[i] = 0:
+		if market_outfits[i] = 0:
 			gs 'clothing_attributes', 'market_outfits', i
 			gs 'clothing_QV', 'shop_filter'