Corrected skills that give bonuses while sitting (#3876)
* Fixes #3611. * Corrected Gangster's Paradise not releasing the monster invulnerability state when standing up around multiple Rogue's that know Gangster's Paradise. * Same fix goes for Taekwon's Peaceful Break and Happy Break. * Cleaned up some various parts of these functions as well. Thanks to @Indigo000!
This commit is contained in:
@@ -2977,7 +2977,7 @@ int unit_remove_map_(struct block_list *bl, clr_type clrtype, const char* file,
|
||||
duel_leave(sd->duel_group, sd);
|
||||
|
||||
if(pc_issit(sd) && pc_setstand(sd, false))
|
||||
skill_sit(sd,0);
|
||||
skill_sit(sd, false);
|
||||
|
||||
party_send_dot_remove(sd);// minimap dot fix [Kevin]
|
||||
guild_send_dot_remove(sd);
|
||||
|
||||
Reference in New Issue
Block a user