ソースを参照

[fixed] Market outfit ownership check when buying was wrong

Kevin_Smarts 2 年 前
コミット
786a4c9631
1 ファイル変更1 行追加1 行削除
  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'