From bd15a20935146239d5ea8794af16c2899525210d Mon Sep 17 00:00:00 2001 From: ubq323 Date: Thu, 12 Jan 2023 18:15:45 +0000 Subject: shop2 --- shop2/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop2/main.lua b/shop2/main.lua index 0a70396..20440a5 100644 --- a/shop2/main.lua +++ b/shop2/main.lua @@ -47,7 +47,7 @@ local function proctrans(tr) local mtn = tr.sent_metaname local idesc for _,i in ipairs(items) do - if i.adr = mtn then idesc = i end + if i.adr == mtn then idesc = i end end if not idesc then -- some other metaname that has nothing to do with us -- cgit v1.2.3