rental moon testing

This commit is contained in:
2020-06-04 23:42:19 -05:00
parent a2d17fcd2a
commit 09ce007f9a

View File

@@ -411,6 +411,7 @@ class MoonsAdminController extends Controller
//Get the corporation id from the lookup helper, followed by the alliance id
//so we can determine if it's in alliance or out of alliance
$corp = $lookup->GetCorporationInfo($charId);
dd($corp);
if($corp->alliance_id == 99004116) {
$type = 'In Alliance';