From 7ad9e1a07b2c4efbca2c6bb98232329f57f77553 Mon Sep 17 00:00:00 2001 From: Catapultam Date: Sat, 1 Feb 2025 15:32:31 -0600 Subject: [PATCH] more kolum revision --- bazaar/Jolum.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazaar/Jolum.lua b/bazaar/Jolum.lua index 1151f829..df0f4ec9 100644 --- a/bazaar/Jolum.lua +++ b/bazaar/Jolum.lua @@ -13,7 +13,7 @@ function event_trade(e) if(item_lib.check_turn_in(e.trade, {item1 = 17900})) then --Grandmaster's Satchel e.self:Say("Here's a more permanent bag."); --Text made up, no reference e.other:Ding(); - e.other:SummonItem(17138); --Grandmaster's Carry-all + e.other:SummonFixedItem(2017138); --Grandmaster's Carry-all end item_lib.return_items(e.self, e.other, e.trade) end