Removes Bowling Bash Chain Damage (#4695)

* Fixes #4693.
* Removes Bowling Bash chained damage stacking on top of itself.
Thanks to @violent01 and @yashimwong!
This commit is contained in:
Yashim Wong 2020-03-12 04:55:53 +08:00 committed by GitHub
parent 36a02685d5
commit e2de896414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5333,8 +5333,10 @@ int skill_castend_damage_id (struct block_list* src, struct block_list *bl, uint
break;
}
}
#ifndef RENEWAL
// Original hit or chain hit depending on flag
skill_attack(BF_WEAPON,src,src,bl,skill_id,skill_lv,tick,(flag&0xFFF)>0?SD_ANIMATION:0);
#endif
}
break;