This commit is contained in:
slawkens
2023-02-03 16:13:53 +01:00
parent 7e62bd74a3
commit eaec00122b
2 changed files with 6 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ else {
if($db->hasColumn('accounts', 'group_id'))
$account_used->setCustomField('group_id', $groups->getHighestId());
if($db->hasColumn('accounts', 'type'))
$account_used->setCustomField('type', 5);
$account_used->setCustomField('type', 6);
if(!$player_db->isLoaded())
$player->setAccountId($account_used->getId());