Corrected B.S. Sacramenti behavior (#3149)

* Fixes #611.
* Status is now removed on player log out.
* Status is not given to targets who have the Undead/Demon element.
Thanks to @Atemo!
This commit is contained in:
Aleos
2018-05-28 12:52:30 -04:00
committed by GitHub
parent fb951d2b7f
commit 9d176c9f1d
2 changed files with 6 additions and 2 deletions

View File

@@ -2052,6 +2052,7 @@ int map_quit(struct map_session_data *sd) {
status_change_end(&sd->bl, SC_P_ALTER, INVALID_TIMER);
status_change_end(&sd->bl, SC_E_CHAIN, INVALID_TIMER);
status_change_end(&sd->bl, SC_SIGHTBLASTER, INVALID_TIMER);
status_change_end(&sd->bl, SC_BENEDICTIO, INVALID_TIMER);
}
}