rental moon testing

This commit is contained in:
2020-06-05 01:04:51 -05:00
parent b82afbbb14
commit f0650c2c29

View File

@@ -413,7 +413,6 @@ 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($char->corporation_id);
dd($corp);
if($corp->alliance_id == 99004116) {
$type = 'In Alliance';