* 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:
(no author)
2005-02-11 15:58:58 +00:00
parent 86cad0c7fe
commit e4bf61cf00
6 changed files with 1834 additions and 1823 deletions

View File

@@ -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);