소스 검색

[fixed] purses display loop calling the wrong 'totals' function

f95Lok 2 주 전
부모
커밋
937c70ef59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/shop_utils.qsrc

+ 1 - 1
locations/shop_utils.qsrc

@@ -340,7 +340,7 @@ if $ARGS[0] = 'display_purses':
 		$shop_display['item_img_path'] = 'images/pc/items/' + $ARGS[3]
 	end
 
-	gs 'coats', 'totals', '<<$shop_display[''variable'']>>_purses'
+	gs 'purses', 'totals', '<<$shop_display[''variable'']>>_purses'
 
 	if total <= 0:
 		killvar 'shop_display'