summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-12 18:15:45 +0000
committerubq323 <ubq323@ubq323.website>2023-01-12 18:15:45 +0000
commitbd15a20935146239d5ea8794af16c2899525210d (patch)
tree631e628c515ea5952a9719386f31df2b57b40f8e
parent6759f43dc967cdeb04713cb69e97292eefc7d14d (diff)
shop2
-rw-r--r--shop2/main.lua2
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