Skip to content

Commit

Permalink
Update pricesBundle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rowandwhelan authored Dec 29, 2024
1 parent 745dc87 commit 4024525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/pricesBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,11 @@ function output(econ, items, date) {
gens2.push(itemNum);
} else if (items[i].name == "Shield Projector") {
projs2.push(itemNum);
} else if (items[i].name == "RC Turret (Packaged)") {
} else if (items[i].name == "Cannon (Packaged)") {
rcs2.push(itemNum);
} else if (items[i].name == "Auto Turret (Packaged)") {
} else if (items[i].name == "Machine Cannon (Packaged)") {
auto2.push(itemNum);
} else if (items[i].name == "Burst Turret (Packaged)") {
} else if (items[i].name == "Burst Cannon (Packaged)") {
burst2.push(itemNum);
} else if (items[i].name == "Gold Null Trophy") {
goldNull2.push(itemNum);
Expand Down

0 comments on commit 4024525

Please sign in to comment.