From 7beaa081de8aedd28f4c7ce717bcfbd2b09230d3 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Tue, 5 May 2026 21:54:32 -0300 Subject: fix issue with CUMULATIVE + THROW loot (#56) --- src/crnonpl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crnonpl.cc') diff --git a/src/crnonpl.cc b/src/crnonpl.cc index ec6af03..73a68af 100644 --- a/src/crnonpl.cc +++ b/src/crnonpl.cc @@ -2058,7 +2058,7 @@ TMonster::TMonster(int Race, int x, int y, int z, int Home, uint32 MasterID) : || ItemType.getFlag(WEAROUT) || ItemType.getFlag(EXPIRE) || ItemType.getFlag(EXPIRESTOP)){ - Item = Create(Bag, ItemType, 0); + Item = Create(Bag, ItemType, Amount); }else{ Item = CreateAtCreature(this->ID, ItemType, Amount); } -- cgit v1.2.3