Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
more kolum revision
Browse files Browse the repository at this point in the history
  • Loading branch information
catapultam-habeo committed Feb 1, 2025
1 parent 10cb6da commit 7ad9e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazaar/Jolum.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ad9e1a

Please sign in to comment.