diff options
Diffstat (limited to 'src/map/send.h')
-rw-r--r-- | src/map/send.h | 1 |
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 |