summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
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++ ) {