From e9dcdeba4a476418f5a7e46d0ee97b59984bcb67 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 3 Jan 2012 21:16:58 +0000 Subject: Fixed bug with lullaby not ending after moving out of ensamble area (with longing for freedom), bugreport:411 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15368 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/skill.c b/src/map/skill.c index db270655f..de6349746 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -12679,7 +12679,7 @@ int skill_unit_move_sub (struct block_list* bl, va_list ap) //Necessary in case the group is deleted after calling on_place/on_out [Skotlex] skill_id = unit->group->skill_id; - if( unit->group->interval != -1 && !(skill_get_unit_flag(skill_id)&UF_DUALMODE) ) + if( unit->group->interval != -1 && !(skill_get_unit_flag(skill_id)&UF_DUALMODE) && skill_id != BD_LULLABY ) //Lullaby is the exception, bugreport:411 { //Non-dualmode unit skills with a timer don't trigger when walking, so just return if( dissonance ) skill_dance_switch(unit, 1); return 0; -- cgit v1.2.3-60-g2f50