xptracker: add league world type
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
This commit is contained in:
@@ -30,7 +30,8 @@ enum XpWorldType
|
|||||||
{
|
{
|
||||||
NORMAL,
|
NORMAL,
|
||||||
TOURNEY,
|
TOURNEY,
|
||||||
DMM;
|
DMM,
|
||||||
|
LEAGUE;
|
||||||
|
|
||||||
static XpWorldType of(WorldType type)
|
static XpWorldType of(WorldType type)
|
||||||
{
|
{
|
||||||
@@ -40,6 +41,8 @@ enum XpWorldType
|
|||||||
return TOURNEY;
|
return TOURNEY;
|
||||||
case DEADMAN:
|
case DEADMAN:
|
||||||
return DMM;
|
return DMM;
|
||||||
|
case LEAGUE:
|
||||||
|
return LEAGUE;
|
||||||
default:
|
default:
|
||||||
return NORMAL;
|
return NORMAL;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user