summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-20 10:16:50 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-05-20 10:16:50 +0000
commitc9061fad42f586fae9d9e5598d0bb050f4e38f73 (patch)
tree2c2a61830a7baf34a467d4631619ad8299104435
parenta9c1328e8b4b28e6d5e89e0ebdc984b934e7e862 (diff)
downloadhercules-c9061fad42f586fae9d9e5598d0bb050f4e38f73.tar.gz
hercules-c9061fad42f586fae9d9e5598d0bb050f4e38f73.tar.bz2
hercules-c9061fad42f586fae9d9e5598d0bb050f4e38f73.tar.xz
hercules-c9061fad42f586fae9d9e5598d0bb050f4e38f73.zip
* 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
-rw-r--r--Changelog-Trunk.txt3
-rw-r--r--src/map/skill.c1
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: