Fix: (hotfix) admin upgrade bug
This commit is contained in:
@@ -118,7 +118,7 @@ function accountTypePrice(accountType) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
function accoutTypeValue(accountType) {
|
||||
function accountTypeValue(accountType) {
|
||||
switch(accountType) {
|
||||
case "20명 (1만원)":
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user