From 43650052858e3ae997d1055952181f9c4b0782e3 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 29 Dec 2011 00:15:43 +0000 Subject: it has been confirmed on a official server that AoE skills (e.g. storm gust) do not stop functioning when you are dead git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15298 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/skill.c b/src/map/skill.c index a17eeec0f..a431ccf45 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -8966,7 +8966,7 @@ int skill_unit_onplace_timer (struct skill_unit *src, struct block_list *bl, uns nullpo_ret(src); nullpo_ret(bl); - if (bl->prev==NULL || !src->alive || status_isdead(bl)) + if (bl->prev==NULL || !src->alive) return 0; nullpo_ret(sg=src->group); -- cgit v1.2.3-70-g09d2