瀏覽代碼

[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'