added Drone Walkers to allowed login

This commit is contained in:
2018-11-06 21:24:30 -06:00
parent 377a583687
commit 3a20eb9894

View File

@@ -279,14 +279,15 @@ class LoginController extends Controller
if(isset($corp_info->alliance_id)) { if(isset($corp_info->alliance_id)) {
if($corp_info->alliance_id == '99004116') { if($corp_info->alliance_id == '99004116') {
return 'W4RP'; return 'W4RP';
} else if(in_array($corp_info->alliance_id, array(99006297, } else if(in_array($corp_info->alliance_id, array(99006297, //Drone Walkers
498125261, 498125261, //Test Alliance Please Ignore
99003214, 99003214, //Brave Collective
99004136, 99004136, //Dangerous Voltage
9900237, 99002367, //Evictus
99001657, 99001657, //Rezada Regnum
99006069, 99006069, //Tactical Supremacy
99001099, //The Watchmen. 99001099, //The Watchmen.
99006297, //Drone Walkers
99003838)) //Requiem Eternal 99003838)) //Requiem Eternal
) { ) {
return 'Legacy'; return 'Legacy';