Page 1 of 1

Logining in

Posted: 14 Jun 2004, 19:28
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

Posted: 04 May 2005, 11:18
by Bjørn
Thanks for providing this fix. :-)