summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-28 16:03:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-28 16:03:23 +0300
commiteb2a8c8519ad566e2b2dfae18d11acc8478a85fc (patch)
tree29c8c07e6f8c41957c88ff7a62db286f93b9593c /src/map/script.h
parent905642f167858017e1fa1582f6253da3c9a8ff97 (diff)
downloadevol-hercules-eb2a8c8519ad566e2b2dfae18d11acc8478a85fc.tar.gz
evol-hercules-eb2a8c8519ad566e2b2dfae18d11acc8478a85fc.tar.bz2
evol-hercules-eb2a8c8519ad566e2b2dfae18d11acc8478a85fc.tar.xz
evol-hercules-eb2a8c8519ad566e2b2dfae18d11acc8478a85fc.zip
Add script command "getnpcclass".
Format: getnpcclass ([NAME])
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 3210cca..36e8150 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -24,5 +24,6 @@ BUILDIN(setMapMask);
BUILDIN(getMapMask);
BUILDIN(addMapMask);
BUILDIN(removeMapMask);
+BUILDIN(getNpcClass);
#endif // EVOL_MAP_SCRIPT