Add: maestro type 4, 5

This commit is contained in:
2018-09-26 12:24:39 +09:00
parent 43545bc8d1
commit beddc0e7fb
6 changed files with 166 additions and 123 deletions
+22 -1
View File
@@ -1,4 +1,25 @@
function accoutType(accountType) {
function accountTypePlayerCount(accountType) {
switch(accountType) {
case 1:
return 20;
case 2:
return 50;
case 3:
return 100;
case 4:
return 500;
case 5:
return 1000;
}
return 0;
}
function accoutType(accountType) {
switch(accountType) {
case 1:
return "20명 (1만원)";