From 2a0d88823f578be2c65c5acfd0f072521bfb05fa Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 19 Sep 2022 19:01:35 -0700 Subject: [PATCH] fixes entry for PR #876 - shop impossible \ when splitting a stack of named, shop-owned objects Pull request from entrez: when perm_invent is on, splitting an unpaid stack would issue impossible "unpaid_cost: object wasn't on any bill" while cloning the new stack's name from the old stack. Fixes #876 --- doc/fixes3-7-0.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 1154b5954..3fd03e4f1 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1021,6 +1021,8 @@ better feedback from detect unseen make public server admin messages use urgent_pline cannot kick while squeezed on top of a boulder room stocking would put multiple items on the same spot +splitting a stack of named, shop-owned objects while perm_invent is enabled + produced impossible "unpaid_cost: object wasn't on any bill." Fixes to 3.7.0-x Problems that Were Exposed Via git Repository