From b648e49e821760502b5b5ae826b194c98b17d529 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 May 2020 12:25:19 +0300 Subject: fix motd on load/unload npc. --- src/map/clif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 12242e44c..8edb47e61 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -15485,6 +15485,7 @@ static void clif_parse_GMKick(int fd, struct map_session_data *sd) } npc->unload_duplicates(nd, true); npc->unload(nd, true, true); + npc->motd = npc->name2id("HerculesMOTD"); npc->read_event_script(); } break; -- cgit v1.2.3-60-g2f50