- Removed a redeclared variable i in the parsing of the fame list (char-txt server) which seems to be the cause of the random memory corruptions.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7915 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -2877,7 +2877,6 @@ int parse_frommap(int fd) {
|
||||
if (RFIFOREST(fd) < 12)
|
||||
return 0;
|
||||
{
|
||||
int i;
|
||||
int id = RFIFOL(fd, 2);
|
||||
int fame = RFIFOL(fd, 6);
|
||||
char type = RFIFOB(fd, 10);
|
||||
|
||||
Reference in New Issue
Block a user