diff options
Diffstat (limited to 'shop2')
-rw-r--r-- | shop2/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |