Fix create clan

This commit is contained in:
Vortrex
2021-04-18 23:10:13 -05:00
parent 59d8eddd0e
commit 281c4c2bd6

View File

@@ -256,7 +256,7 @@ function initClassTable() {
this.emailVerificationCode = dbAssoc["acct_code_verifyemail"];
this.twoFactorAuthVerificationCode = dbAssoc["acct_code_2fa"];
this.chatScrollLines = dbAssoc["acct_chat_scroll_lines"];
this.chatScrollLines = dbAssoc["acct_svr_chat_scroll_lines"];
}
}
},