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:
Aleos
2019-01-23 12:42:23 -05:00
committed by GitHub
parent 6e34f35ff4
commit b1865b31fe
5 changed files with 66 additions and 46 deletions

View File

@@ -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);