* Moved all changes in the SVN to a new SVN-Changelog.txt
* Synchronise storage as well when saving character * Added fix for super novices' Guardian Angel system crashing * Check if login server is online before setting character to online (in SQL) git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1076 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -173,7 +173,9 @@ void set_char_online(int char_id, int account_id) {
|
||||
}
|
||||
}
|
||||
|
||||
WFIFOW(login_fd,0) = 0x272b;
|
||||
if (login_fd <= 0 || session[login_fd]->eof)
|
||||
return;
|
||||
WFIFOW(login_fd,0) = 0x272b;
|
||||
WFIFOL(login_fd,2) = account_id;
|
||||
WFIFOSET(login_fd,6);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user