Logining in

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
User avatar
Genis
Novice
Novice
Posts: 82
Joined: 29 Apr 2004, 19:43
Contact:

Logining in

Post by Genis »

When you log in, the wrong character Slot is sent. This is the same problem I had when I was sending the Character ID for character deletion. It is an easy fix, just

right after if (obj == bOk) {
put
CHAR_SEL_REQUEST *char_sel_request = create_char_sel_request(char_success->character_info[(char_success->n_characters-1)-lChars.Selection()].character_slot);
inatead of
CHAR_SEL_REQUEST *char_sel_request = create_char_sel_request(lChars.Selection());

This has been tested for character slot and seems to work. I can put new source on FTP later, but I am at work now, and probably should wait till I get home
Sorry...I only speak English
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post by Bjørn »

Thanks for providing this fix. :-)
Locked