diff --git a/Commands/enhance.js b/Commands/enhance.js index e0a6d20..2c7430f 100644 --- a/Commands/enhance.js +++ b/Commands/enhance.js @@ -51,6 +51,8 @@ module.exports = async function (message, user) { if (ret.success) { functions.replyMessage(message, "You have successfully enhanced your weapon to level " + item.enhance.level) } + functions.setUser(user); + functions.setItem(item); } else { let text = ""; let totalcost = 0;