offset stuff

This commit is contained in:
2021-08-02 02:24:10 -05:00
parent 8bc1289206
commit 7e6c8224a5

View File

@@ -185,7 +185,7 @@ class MiningTaxesAdminController extends Controller
array_push($moons, [
'character_nanme' => $item['character_name'],
'observer_name' => $tempObserverInfo->name,
'type_id' =. $item['type_id'],
'type_id' => $item['type_id'],
'ore_name' => $item['ore_name'],
'quantity' => $item['quantity'],
'amount' => $item['amount'],