Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bw55555 committed Jun 26, 2023
1 parent b7eeabe commit 8a87d21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Commands/enhance.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8a87d21

Please sign in to comment.