From c9061fad42f586fae9d9e5598d0bb050f4e38f73 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 20 May 2007 10:16:50 +0000 Subject: * Added positional music effect to Battle Chant / Gospel, see r10588 on how to disable it if it annoys you ^^; git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10588 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/map/skill.c b/src/map/skill.c index af4a34eed..11706ac42 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -6298,6 +6298,7 @@ int skill_castend_pos2 (struct block_list *src, int x, int y, int skillid, int s if (sc && sc->data[type].timer != -1) status_change_end(src,type,-1); //Was under someone else's Gospel. [Skotlex] sc_start4(src,type,100,skilllv,0,(int)sg,BCT_SELF,skill_get_time(skillid,skilllv)); + clif_skill_poseffect(src, skillid, skilllv, 0, 0, tick); // PA_GOSPEL music packet } break; case NJ_TATAMIGAESHI: -- cgit v1.2.3-70-g09d2