RankingCategory enum CLASS adjustments for all branches.
Thanks to Sero.
This commit is contained in:
@@ -41,10 +41,10 @@ public enum RankingCategory
|
||||
return id == 0 ? TOP_150 : SELF;
|
||||
}
|
||||
case RACE:
|
||||
case CLASS:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLASS:
|
||||
case CLAN:
|
||||
case FRIEND:
|
||||
{
|
||||
|
@@ -41,10 +41,10 @@ public enum RankingCategory
|
||||
return id == 0 ? TOP_150 : SELF;
|
||||
}
|
||||
case RACE:
|
||||
case CLASS:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLASS:
|
||||
case CLAN:
|
||||
case FRIEND:
|
||||
{
|
||||
|
@@ -41,9 +41,6 @@ public enum RankingCategory
|
||||
return id == 0 ? TOP_150 : SELF;
|
||||
}
|
||||
case RACE:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLASS:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
|
@@ -41,10 +41,10 @@ public enum RankingCategory
|
||||
return id == 0 ? TOP_150 : SELF;
|
||||
}
|
||||
case RACE:
|
||||
case CLASS:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLASS:
|
||||
case CLAN:
|
||||
case FRIEND:
|
||||
{
|
||||
|
@@ -41,10 +41,10 @@ public enum RankingCategory
|
||||
return id == 0 ? TOP_150 : SELF;
|
||||
}
|
||||
case RACE:
|
||||
case CLASS:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLASS:
|
||||
case CLAN:
|
||||
case FRIEND:
|
||||
{
|
||||
|
@@ -41,10 +41,10 @@ public enum RankingCategory
|
||||
return id == 0 ? TOP_150 : SELF;
|
||||
}
|
||||
case RACE:
|
||||
case CLASS:
|
||||
{
|
||||
return id == 0 ? TOP_100 : SELF;
|
||||
}
|
||||
case CLASS:
|
||||
case CLAN:
|
||||
case FRIEND:
|
||||
{
|
||||
|
Reference in New Issue
Block a user