Skip to content

Commit

Permalink
ECL_SQUOIA now removes SC_DECREASEAGI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jittapan Pluemsumran committed Jun 24, 2016
1 parent bea47ea commit 26aa69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/map/skill.c
Expand Up @@ -10078,6 +10078,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui
status_change_end(bl, SC_CURSE, INVALID_TIMER);
status_change_end(bl, SC_BLIND, INVALID_TIMER);
status_change_end(bl, SC_ORCISH, INVALID_TIMER);
status_change_end(bl, SC_DECREASEAGI, INVALID_TIMER);
break;
}
clif_skill_nodamage(src,bl,skill_id,skill_lv,1);
Expand Down

0 comments on commit 26aa69d

Please sign in to comment.