From 8eed3aa81567e026e3744a692119c4094304fb92 Mon Sep 17 00:00:00 2001 From: Zido Date: Tue, 23 May 2006 20:40:41 +0000 Subject: - Fixed wedding sprite staying active after unequip. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6719 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/map/pc.c b/src/map/pc.c index 9475c9566..80d269a6b 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5458,6 +5458,7 @@ int pc_setoption(struct map_session_data *sd,int type) } } + clif_changeoption(&sd->bl); status_calc_pc(sd,0); return 0; } -- cgit v1.2.3-70-g09d2