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 --- Changelog-Trunk.txt | 3 +++ src/map/skill.c | 1 + 2 files changed, 4 insertions(+) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 799c92717..adff332d8 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/05/20 + * Added positional music effect to Battle Chant / Gospel + - see r10588 on how to disable it if it annoys you ^^; 2007/05/19 * Added Global chat and Main chat logging - lowered the priority of the 'logging off during gw' filter 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