summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authormarkzd <markzd@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-05 06:12:53 +0000
committermarkzd <markzd@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-12-05 06:12:53 +0000
commit13e152b1a9819d6587c9702b7eccd174e62b5e8b (patch)
treecd4bab826c21854a257078b00dd22d22adc83367 /src/map/skill.c
parent1b1edc7ad6115f6823a6cf1e341277a8cb86a00b (diff)
downloadhercules-13e152b1a9819d6587c9702b7eccd174e62b5e8b.tar.gz
hercules-13e152b1a9819d6587c9702b7eccd174e62b5e8b.tar.bz2
hercules-13e152b1a9819d6587c9702b7eccd174e62b5e8b.tar.xz
hercules-13e152b1a9819d6587c9702b7eccd174e62b5e8b.zip
- Re-committed r16979/trunk/src/ (pid:161281).
- Re-committed r16980/trunk/src/ (pid:161281). - Malufett enhancement applied (bugreport:16981) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16998 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 82b502420..e19326bad 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -7433,7 +7433,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
clif_skill_nodamage(src,bl,skillid,skilllv,
sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv)));
status_heal(bl,heal,0,1);
- status_change_clear_buffs(bl,2);
+ status_change_clear_buffs(bl,4);
}
break;
@@ -11480,7 +11480,7 @@ int skill_unit_onplace_timer (struct skill_unit *src, struct block_list *bl, uns
status_heal(bl,heal,0,0);
break;
case 1: // End all negative status
- status_change_clear_buffs(bl,2);
+ status_change_clear_buffs(bl,6);
if (tsd) clif_gospel_info(tsd, 0x15);
break;
case 2: // Immunity to all status