From 0c41f896cb6cb1f9fffae084422c017e13b348e8 Mon Sep 17 00:00:00 2001 From: rsvaultpudgy-create Date: Wed, 24 Jun 2026 23:01:49 +0900 Subject: [PATCH] update persistent-bank (#12859) * Update persistent-bank Item valuation was running on a background thread, where ItemManager.getItemPrice() returns 0, so whole accounts were priced at ~0. Valuation now runs on the client thread. * persistent-bank: update to 61ceea9 --- plugins/persistent-bank | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/persistent-bank b/plugins/persistent-bank index 914d4a322..88f7f2b56 100644 --- a/plugins/persistent-bank +++ b/plugins/persistent-bank @@ -1,2 +1,2 @@ repository=https://github.com/rsvaultpudgy-create/persistent-bank-plugin.git -commit=858374ba333f641319d8196f46c590136435a714 +commit=61ceea97b011ac781ed6aef914e484a0da5ddd94