diff options
-rw-r--r-- | Changelog-Trunk.txt | 3 | ||||
-rw-r--r-- | src/map/skill.c | 1 |
2 files changed, 4 insertions, 0 deletions
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: |