summaryrefslogtreecommitdiff
path: root/src/map/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-30 18:50:08 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-30 18:50:08 +0300
commitc3c009a7e2c3ad40048935de0d0538081cf613be (patch)
tree382fab456507ce0759d28b2ecd6dcd84737a4be0 /src/map/send.h
parent21ec9caab9010b3109050dd891228c191e2b0dd0 (diff)
downloadevol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.tar.gz
evol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.tar.bz2
evol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.tar.xz
evol-hercules-c3c009a7e2c3ad40048935de0d0538081cf613be.zip
Add script command for change npc dialog title.
New script command: setnpcdialogtitle newtitle
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 438347a..0993624 100644
--- a/src/map/send.h
+++ b/src/map/send.h
@@ -13,5 +13,6 @@ void send_mapmask_brodcast(const int map, const int mask);
void send_mob_info(struct block_list* bl1, struct block_list* bl2, enum send_target target);
void send_advmoving(struct unit_data* ud, struct block_list *tbl, enum send_target target);
void send_changemusic_brodcast(const int map, const char *music);
+void send_changenpc_title (struct map_session_data *sd, const int npcId, const char *name);
#endif // EVOL_MAP_PC