diff options
Diffstat (limited to 'src/char/inter.c')
-rw-r--r-- | src/char/inter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c index 4e617c1e6..8472d36d1 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -611,7 +611,7 @@ int mapif_parse_RegistryRequest(int fd) mapif_account_reg_reply(fd,RFIFOL(fd,2),RFIFOL(fd,6)); //Ask Login Server for Account2 values. if (RFIFOB(fd,10)) - request_accreg2(RFIFOL(fd,2),RFIFOL(fd,6)-2); + request_accreg2(RFIFOL(fd,2),RFIFOL(fd,6)); return 1; } |