From 7a853ef214cc4f96574358759489f3769a805e4c Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 15 Apr 2013 22:42:37 -0300 Subject: Fixed Bug #7160 bard/dancer songs werent going off after being dispelled when character was out of song area. http://hercules.ws/board/tracker/issue-7160-dispell-doesnt-debuff-gypsyclown-songs-when-they-die-is-this-normal/ Signed-off-by: shennetsind --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/skill.c b/src/map/skill.c index 1d3481453..14bb7a4cb 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -6344,7 +6344,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui case SC_DONTFORGETME: case SC_FORTUNE: case SC_SERVICE4U: - if( tsc->data[i]->val4 ) //val4 = out-of-song-area + if( !tsc->data[i]->val4 ) //val4 = out-of-song-area continue; break; case SC_ASSUMPTIO: -- cgit v1.2.3-60-g2f50