diff options
-rw-r--r-- | itemwheel.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/itemwheel.lua b/itemwheel.lua index bee36d9..2b816da 100644 --- a/itemwheel.lua +++ b/itemwheel.lua @@ -91,7 +91,7 @@ local function update_wheel(player) -- update wielded buffer if hb[name].id[2] ~= nil then - hb[name].item = item + hb[name].item = item2 end end |