Merge pull request 'fix: Change act ban from 102-2814 to 102-2802' (#57) from kitten/account:main into main
All checks were successful
Build and Test / account (push) Successful in 2m56s
All checks were successful
Build and Test / account (push) Successful in 2m56s
Reviewed-on: #57
This commit is contained in:
commit
250cb9a509
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ const ACCOUNT_ID_OR_PASSWORD_ERRORS: Errors = Errors{
|
|||
const ACCOUNT_BANNED_ERRORS: Errors = Errors{
|
||||
error: &[
|
||||
Error{
|
||||
code: "0122",
|
||||
message: "Device has been banned by game server"
|
||||
code: "0108",
|
||||
message: "Account banned from server"
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue