Fix: maestro experience account type = 101
This commit is contained in:
@@ -33,9 +33,13 @@ class MaestroInfo {
|
||||
switch(this.accountType) {
|
||||
case 0:
|
||||
case 1:
|
||||
case 100:
|
||||
case 101:
|
||||
return 20;
|
||||
|
||||
case 2:
|
||||
return 50;
|
||||
|
||||
case 3:
|
||||
return 100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user