moon goo pricing

This commit is contained in:
2019-02-14 11:45:36 -06:00
parent f67d0de239
commit 52709e3d01
2 changed files with 6 additions and 6 deletions

View File

@@ -57,9 +57,9 @@ class MoonsController extends Controller
$html .= '<td>' . $moon->FourthOre . '</td>';
$html .= '<td>' . $moon->FourthQuantity . '</td>';
if($type == 'W4RP') {
$html .= '<td>' . number_format($price['alliance'], 0, ".", ",") . '</td>';
$html .= '<td>' . $price['alliance'] . '</td>';
} else if ($type == 'Legacy') {
$html .= '<td>' . number_format($price['outofalliance'], 0, ".", ",") . '</td>';
$html .= '<td>' . $price['outofalliance'] . '</td>';
} else {
$html .= '<td>N/A</td>';
}