summaryrefslogtreecommitdiff
path: root/src/map/clif.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-22 09:57:15 -0400
committermekolat <mekolat@users.noreply.github.com>2015-06-16 16:13:41 -0400
commit9cca1e384248bc6f043248066f5bcca284cc5403 (patch)
treeaf34cf882bce2622bc71cf93b241d8013a34cc43 /src/map/clif.hpp
parent182e82a79c0455b6e6734b1cb6d83cfcd7f28d61 (diff)
downloadtmwa-9cca1e384248bc6f043248066f5bcca284cc5403.tar.gz
tmwa-9cca1e384248bc6f043248066f5bcca284cc5403.tar.bz2
tmwa-9cca1e384248bc6f043248066f5bcca284cc5403.tar.xz
tmwa-9cca1e384248bc6f043248066f5bcca284cc5403.zip
implement set title packet
Diffstat (limited to 'src/map/clif.hpp')
-rw-r--r--src/map/clif.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.hpp b/src/map/clif.hpp
index 3cc308c..f067017 100644
--- a/src/map/clif.hpp
+++ b/src/map/clif.hpp
@@ -102,6 +102,7 @@ void clif_sitnpc(dumb_ptr<npc_data> nd, DamageType dmg);
void clif_sitnpc_towards(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, DamageType dmg);
void clif_setnpcdirection(dumb_ptr<npc_data> nd, DIR direction);
void clif_setnpcdirection_towards(dumb_ptr<map_session_data> sd, dumb_ptr<npc_data> nd, DIR direction);
+void clif_npc_send_title(Session *s, BlockId npcid, XString msg);
// trade
void clif_traderequest(dumb_ptr<map_session_data> sd, CharName name);