diff options
author | shennetsind <ind@henn.et> | 2013-04-14 22:40:05 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-14 22:40:05 -0300 |
commit | 83291734c96cdb4c337ef1b8fac5321bcaf86815 (patch) | |
tree | 12530e0134063c6fb718229dc536816544acd94d /src/map/unit.c | |
parent | 3146f9e13bf8d531fca88638e0ca4bd7d373473f (diff) | |
parent | 7ba570eabc84865566f4335269f00b3640fa09db (diff) | |
download | hercules-83291734c96cdb4c337ef1b8fac5321bcaf86815.tar.gz hercules-83291734c96cdb4c337ef1b8fac5321bcaf86815.tar.bz2 hercules-83291734c96cdb4c337ef1b8fac5321bcaf86815.tar.xz hercules-83291734c96cdb4c337ef1b8fac5321bcaf86815.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index a6d8fcf53..c19214724 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1148,7 +1148,7 @@ int unit_skilluse_id2(struct block_list *src, int target_id, uint16 skill_id, ui // Record the status of the previous skill) if(sd) { - if( (skill->get_inf2(skill_id)&(INF2_ENSEMBLE_SKILL|INF2_CHORUS_SKILL)) && skill->check_pc_partner(sd, skill_id, &skill_lv, 1, 0) < 1 ) { + if( (skill->get_inf2(skill_id)&INF2_ENSEMBLE_SKILL) && skill->check_pc_partner(sd, skill_id, &skill_lv, 1, 0) < 1 ) { clif->skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); return 0; } |