summaryrefslogtreecommitdiff
path: root/src/emap/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-26 20:35:19 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-26 20:35:19 +0300
commit2a1492c2bdc85f2917775987d4f72660fcfed4b0 (patch)
tree8fb936eb86bcbeffd6d31b7ece9e540604f4dde3 /src/emap/send.h
parent3f3657e0279b4f7b111906870e8b974359cc7463 (diff)
downloadevol-hercules-2a1492c2bdc85f2917775987d4f72660fcfed4b0.tar.gz
evol-hercules-2a1492c2bdc85f2917775987d4f72660fcfed4b0.tar.bz2
evol-hercules-2a1492c2bdc85f2917775987d4f72660fcfed4b0.tar.xz
evol-hercules-2a1492c2bdc85f2917775987d4f72660fcfed4b0.zip
Add script command setskin. For set npc dialog skin on client.
Diffstat (limited to 'src/emap/send.h')
-rw-r--r--src/emap/send.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/send.h b/src/emap/send.h
index 7634f1a..2d6ca56 100644
--- a/src/emap/send.h
+++ b/src/emap/send.h
@@ -45,5 +45,8 @@ void send_setwall_single(int fd,
int x1, int y1,
int x2, int y2,
int mask);
+void send_pc_skin(int fd,
+ int npcId,
+ const char *const skin);
#endif // EVOL_MAP_SEND