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