1
0
Kaynağa Gözat

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

f95Lok 2 hafta önce
ebeveyn
işleme
937c70ef59
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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'