Updated Rebellion class (#1692)

* Updated Rebellion class
* Information based on Rebellion Awakening patch from kRO.
- http://ro.gnjoy.com/news/update/View.asp?seq=183&curpage=1
* Fixes #859 and fixes #1449.
Thanks to @RagnarokNova and Fyrus for their information!
This commit is contained in:
Aleos
2017-10-12 11:04:03 -04:00
committed by GitHub
parent db2d332cab
commit 6a2c1229d0
37 changed files with 1323 additions and 435 deletions

View File

@@ -2032,7 +2032,6 @@ int map_quit(struct map_session_data *sd) {
// Both these statuses are removed on logout. [L0ne_W0lf]
status_change_end(&sd->bl, SC_SLOWCAST, INVALID_TIMER);
status_change_end(&sd->bl, SC_CRITICALWOUND, INVALID_TIMER);
status_change_end(&sd->bl, SC_HEAT_BARREL_AFTER, INVALID_TIMER);
status_change_end(&sd->bl, SC_H_MINE, INVALID_TIMER);
status_change_end(&sd->bl, SC_ANTI_M_BLAST, INVALID_TIMER);
status_change_end(&sd->bl, SC_B_TRAP, INVALID_TIMER);