From 606ab91698d796d3d6a053e7ce37052a2676cf91 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 11 May 2009 05:58:54 -0600 Subject: Send healing effect on client introduction --- src/map/clif.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/map') 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: -- cgit v1.2.3-60-g2f50