From 49f8efc63324fdb1db8fd7110508988370ddfe01 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Nov 2015 17:18:59 +0300 Subject: Add pseudo npc varibale .alwaysVisible for show npc from any range on map. --- src/emap/clif.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/emap/clif.c') diff --git a/src/emap/clif.c b/src/emap/clif.c index 5e6d7e4..b04b3b5 100644 --- a/src/emap/clif.c +++ b/src/emap/clif.c @@ -23,6 +23,7 @@ #include "emap/clif.h" #include "emap/lang.h" +#include "emap/map.h" #include "emap/send.h" #include "emap/data/mapd.h" #include "emap/data/session.h" @@ -530,6 +531,7 @@ void eclif_parse_LoadEndAck_post(int *fdPtr __attribute__ ((unused)), { // some messages not sent if map not changed map->iwall_get(sd); } + map_alwaysVisible_send(sd); } void eclif_changelook2(struct block_list *bl, int type, int val, -- cgit v1.2.3-60-g2f50