diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-11-05 17:18:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-11-05 17:18:59 +0300 |
commit | 49f8efc63324fdb1db8fd7110508988370ddfe01 (patch) | |
tree | e345ad5d7ac12c8341157612e0addf298aaea6b8 /src/emap/clif.c | |
parent | 79fd3bacf40f3496dcc8e952fa9f84c8dbbb23ca (diff) | |
download | evol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.tar.gz evol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.tar.bz2 evol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.tar.xz evol-hercules-49f8efc63324fdb1db8fd7110508988370ddfe01.zip |
Add pseudo npc varibale .alwaysVisible for show npc from any range on map.
Diffstat (limited to 'src/emap/clif.c')
-rw-r--r-- | src/emap/clif.c | 2 |
1 files changed, 2 insertions, 0 deletions
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, |