Update
parent
7554b990d9
commit
73262cfd4e
|
|
@ -16,12 +16,12 @@ enum DealerLvl: int {
|
|||
public function agentLvl()
|
||||
{
|
||||
return match ($this) {
|
||||
static::None => 1,
|
||||
static::Gold => 3,
|
||||
static::Special => 4,
|
||||
static::Contracted => 5,
|
||||
static::Secondary => 6,
|
||||
static::Top => 7,
|
||||
static::None => 0,
|
||||
static::Gold => 2,
|
||||
static::Special => 3,
|
||||
static::Contracted => 4,
|
||||
static::Secondary => 5,
|
||||
static::Top => 6,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue