From 8f03106eccfbf42b72a86c2834aff994a7a58a2a Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 10 Oct 2007 22:11:43 +0000 Subject: * Partially removed the usage of 'flags' to direct the execution path in skill unit code (some people seem to really like flags >_>) - wiped out r8478 and its multiple levels of useless flag propagation - skill_unit_onlimit (expiration) no longer executes in skill_delunit - added skill_unit_ondelete for proper handling of this event git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11399 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 1c2cd193e..d4f33ee3c 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3111,7 +3111,7 @@ int cleanup_sub(struct block_list *bl, va_list ap) map_clearflooritem(bl->id); break; case BL_SKILL: - skill_delunit((struct skill_unit *) bl, 1); + skill_delunit((struct skill_unit *) bl); break; } -- cgit v1.2.3-60-g2f50