summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/clif.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 7a80bd2..2118682 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -6423,6 +6423,18 @@ void clif_parse_GetCharNameRequest(int fd, struct map_session_data *sd) {
}
}
WFIFOSET(fd,packet_len_table[0x95]);
+ if (ssd->special_state.heal_effect)
+ {
+ unsigned char buf[16];
+
+ nullpo_retr(0, bl);
+
+ WFIFOW(fd,0)=0x0196;
+ WFIFOW(fd,2)=SC_HEALING;
+ WFIFOL(fd,4)=account_id;
+ WFIFOB(fd,8)=1;
+ WFIFOSET(fd,packet_len_table[0x196]);
+ }
}
break;
case BL_NPC: