Updated Summoner class (#1965)
* Fixes #1865. * Updated and added new Summoner class skills. * Information based on kRO patch notes. - http://ro.gnjoy.com/news/devnote/View.asp?category=1&seq=1987966&curpage=1 * Updated previously implemented skills to better mimic official behavior. Thanks to @RagnarokNova, Fyrus, and Jet for their hard work on gathering the information! Thanks to @Grimfiend, @Atemo, @feltenc, @Lemongrass3110, @Felleonel, and @sanny1128 for the rapid test and reports!
This commit is contained in:
@@ -2000,6 +2000,7 @@ int map_quit(struct map_session_data *sd) {
|
||||
status_change_end(&sd->bl, SC_CBC, INVALID_TIMER);
|
||||
status_change_end(&sd->bl, SC_EQC, INVALID_TIMER);
|
||||
status_change_end(&sd->bl, SC_SPRITEMABLE, INVALID_TIMER);
|
||||
status_change_end(&sd->bl, SC_SV_ROOTTWIST, INVALID_TIMER);
|
||||
// Remove visuals effect from headgear
|
||||
status_change_end(&sd->bl, SC_MOONSTAR, INVALID_TIMER);
|
||||
status_change_end(&sd->bl, SC_SUPER_STAR, INVALID_TIMER);
|
||||
|
||||
Reference in New Issue
Block a user