From b721e019717fe7254bdfd8e640847ad053d16eb1 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Mon, 22 Jun 2020 04:19:05 +0200 Subject: Show tip of the day window upon login --- src/map/clif.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/map/clif.c b/src/map/clif.c index 20a9414c9..60dd18807 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11065,6 +11065,10 @@ static void clif_parse_LoadEndAck(int fd, struct map_session_data *sd) // Notify everyone that this character logged in. [Skotlex] map->foreachpc(clif->friendslist_toggle_sub, sd->status.account_id, sd->status.char_id, 1); +#if PACKETVER >= 20171122 + clif->open_ui_send(sd, ZC_TIPBOX_UI); +#endif + // Run OnPCLoginEvent labels. npc->script_event(sd, NPCE_LOGIN); } else { -- cgit v1.2.3-60-g2f50