From 3a5b0c03e46158e1edd6ec88dfcace45e22c7a91 Mon Sep 17 00:00:00 2001 From: Haru Date: Wed, 28 Jan 2015 01:27:59 +0100 Subject: Follow-up to e778f4f5f1b6a08adee5e7e908a44c38cd29bd12 - Fixed some issues that prevented spirit charms from showing up - Special thanks to Michieru Signed-off-by: Haru --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 269b72ae1..be56f06cd 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -3999,7 +3999,7 @@ void clif_getareachar_pc(struct map_session_data* sd,struct map_session_data* ds if(dstsd->spiritball > 0) clif->spiritball_single(sd->fd, dstsd); - if (sd->charm_type != CHARM_TYPE_NONE && sd->charm_count > 0) + if (dstsd->charm_type != CHARM_TYPE_NONE && dstsd->charm_count > 0) clif->charm_single(sd->fd, dstsd); for( i = 0; i < dstsd->sc_display_count; i++ ) { -- cgit v1.2.3-60-g2f50