summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f82495350..b56e67568 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -4379,8 +4379,8 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
return 1;
}
if( skillid == AM_BERSERKPITCHER )
- { //Does not override use-level, and cannot be used on bows.
- if( dstsd && (dstsd->status.base_level<(unsigned int)sd->inventory_data[i]->elv || dstsd->weapontype1 == W_BOW) )
+ {
+ if( dstsd && dstsd->status.base_level < (unsigned int)sd->inventory_data[i]->elv )
{
clif_skill_fail(sd,skillid,0,0);
map_freeblock_unlock();