From 2dacee219b06865608d5444fd9335aa58644ce91 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sun, 1 Nov 2009 19:23:34 +0000 Subject: * Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:3618). * Added SC_SPIRIT to the list of buffs that are dispelled when the player logs out. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14115 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 203a31733..8a845c4be 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1638,6 +1638,8 @@ int map_quit(struct map_session_data *sd) status_change_end(&sd->bl,SC_PRESERVE,-1); if(sd->sc.data[SC_KAAHI]) status_change_end(&sd->bl,SC_KAAHI,-1); + if(sd->sc.data[SC_SPIRIT]) + status_change_end(&sd->bl,SC_SPIRIT,-1); } } -- cgit v1.2.3-60-g2f50