summaryrefslogtreecommitdiff
path: root/src/emap/script.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/script.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/script.h')
-rw-r--r--src/emap/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script.h b/src/emap/script.h
index edbd010..5db3897 100644
--- a/src/emap/script.h
+++ b/src/emap/script.h
@@ -63,5 +63,6 @@ BUILDIN(chatJoin);
BUILDIN(checkNpcCell);
BUILDIN(setCells);
BUILDIN(delCells);
+BUILDIN(setSkin);
#endif // EVOL_MAP_SCRIPT