Skip to content

Commit

Permalink
re-add selling specials
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Jun 22, 2023
1 parent 785e940 commit f1e0f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/commandList/zoo/sell.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,12 @@ function sellAnimal(msg, con, animal, count, send, global, p) {
}

function sellRank(msg, con, rank, send, global, p) {
//TODO remove
/*
if (rank.rank == 'special') {
p.errorMsg(', there is an issue selling specials. We are currently fixing the issue');
return;
}
*/
let animals = "('" + rank.animals.join("','") + "')";
let sql =
'SELECT SUM(count) AS total FROM animal WHERE id = ' +
Expand Down

0 comments on commit f1e0f97

Please sign in to comment.