Fixed charsrever crashes, caused by r11410

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11466 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ultramage
2007-10-14 17:44:09 +00:00
parent e5c2908dce
commit d2b0e3a658
3 changed files with 3 additions and 2 deletions

View File

@@ -1795,7 +1795,6 @@ int parse_fromlogin(int fd)
WFIFOW(i,0) = 0x81;
WFIFOB(i,2) = 2;
WFIFOSET(i,3);
break;
}
else //Shouldn't happen, but just in case.
set_char_offline(99, aid);