git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@968 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
(no author)
2005-01-23 20:38:44 +00:00
parent cad19badc2
commit 778e804dd6
75 changed files with 2734 additions and 1969 deletions

View File

@@ -402,7 +402,7 @@ int check_ttl_wisdata() {
// removed. not send information after a timeout. Just no answer for the player
//mapif_wis_end(wd, 1); // flag: 0: success to send wisper, 1: target character is not loged in?, 2: ignored by target
numdb_erase(wis_db, wd->id);
free(wd);
aFree(wd);
}
} while(wis_delnum >= WISDELLIST_MAX);
@@ -490,7 +490,7 @@ int mapif_parse_WisReply(int fd) {
if ((--wd->count) <= 0 || flag != 1) {
mapif_wis_end(wd, flag); // flag: 0: success to send wisper, 1: target character is not loged in?, 2: ignored by target
numdb_erase(wis_db, id);
free(wd);
aFree(wd);
}
return 0;