From 103ca6312d0d252b5a8a05eefa78034ad341fe6e Mon Sep 17 00:00:00 2001 From: rud0lp20 Date: Thu, 2 Aug 2012 14:31:16 +0000 Subject: Fixed bugreport:6324 where re-spawning mob still hits/chases its previous attacker. Partial fixed bugreport:6396 where Chemical Protection skills doesn't check targets current equipments. Finally added almost all Kagerou/Oboro skills only one more left..phew...:D (KG_KAGEHUMI,KG_KYOMU,KG_KAGEMUSYA,OB_ZANGETSU,OB_OBOROGENSOU,OB_OBOROGENSOU_TRANSITION_ATK,OB_AKAITSUKI) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16560 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.h') diff --git a/src/map/skill.h b/src/map/skill.h index f9f5607e4..f3b254b61 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1788,7 +1788,7 @@ enum wl_spheres { WLS_STONE, }; int skill_spellbook (struct map_session_data *sd, int nameid); -int skill_stasis_check(struct block_list *bl, int src_id, int skillid); +int skill_block_check(struct block_list *bl, enum sc_type type, int skillid); /** * Guilottine Cross **/ -- cgit v1.2.3-60-g2f50