浏览代码

* Added positional music effect to Battle Chant / Gospel, see r10588 on how to disable it if it annoys you ^^;

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10588 54d463be-8e91-2dee-dedb-b68131a5f0ec
ultramage 18 年之前
父节点
当前提交
e0c63e1baa
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 3 0
      Changelog-Trunk.txt
  2. 1 0
      src/map/skill.c

+ 3 - 0
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

+ 1 - 0
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: