summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-15 17:43:49 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-15 17:43:49 +0300
commit77db5d34b091c366750410281369ff4ce926b9b6 (patch)
tree3aaa39b3f2442fa42e248293b39e74e5fc40f23a /src/map/send.h
parentd8d87bbaf74bf6b013b5cdcd2e9602f1892bbd71 (diff)
downloadevol-hercules-77db5d34b091c366750410281369ff4ce926b9b6.tar.gz
evol-hercules-77db5d34b091c366750410281369ff4ce926b9b6.tar.bz2
evol-hercules-77db5d34b091c366750410281369ff4ce926b9b6.tar.xz
evol-hercules-77db5d34b091c366750410281369ff4ce926b9b6.zip
Impliment script function npctalk3.
Diffstat (limited to 'src/map/send.h')
-rw-r--r--src/map/send.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/send.h b/src/map/send.h
index 6a324b9..d9c6daa 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -6,5 +6,6 @@
void send_npccommand (struct map_session_data *sd, int npcId, int cmd);
void send_npccommand2 (struct map_session_data *sd, int npcId, int cmd, int id, int x, int y);
+void send_local_message(int fd, struct block_list* bl, const char* msg);
#endif // EVOL_MAP_PC