Fix: maestro experience account type = 101

This commit is contained in:
2018-08-11 11:59:35 +09:00
parent a3bbeed499
commit e2c37b52d1
9 changed files with 62 additions and 13 deletions
+4
View File
@@ -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;
}