Add: maestro accountType 4(500 players), 5(1,000 players)
This commit is contained in:
@@ -42,6 +42,15 @@ class MaestroInfo {
|
||||
|
||||
case 3:
|
||||
return 100;
|
||||
|
||||
case 4:
|
||||
return 500;
|
||||
|
||||
case 5:
|
||||
return 1000;
|
||||
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user