From 334f81bebe92b6014d4b21607de5539d99af0cf1 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 19 Nov 2007 19:40:19 +0000 Subject: - removed 'skill_fail' message when a ground skill fails as that caues double 'skill failed' messages in several instances. - Corrected shop freeing using free instead of aFree ,causing memory leak reports. - Corrected the sc def settings modifying tick_def in regards to sc_def instead of tick_def git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11762 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 9a214e2e6..21cdb61fe 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1816,7 +1816,7 @@ int unit_free(struct block_list *bl, int clrtype) clif_foreachclient(clif_friendslist_toggle_sub, sd->status.account_id, sd->status.char_id, 0); party_send_logout(sd); guild_send_memberinfoshort(sd,0); - pc_cleareventtimer(sd); + pc_cleareventtimer(sd); pc_delspiritball(sd,sd->spiritball,1); if (clrtype >= 0) { chrif_save_scdata(sd); //Save status changes, then clear'em out from memory. [Skotlex] -- cgit v1.2.3-60-g2f50