summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2020-07-24 15:11:14 -0400
committerJesusaves <cpntb1@ymail.com>2020-08-07 09:31:06 -0300
commit0902765036bc3fe663317043435b73aabe39677a (patch)
tree12ee77b64414282c8348e0833d4177e0da76c4a6 /src/emap/script_buildins.h
parent0c2be8405c29b8a228306c0da0317cb6d0be9699 (diff)
downloadevol-hercules-0902765036bc3fe663317043435b73aabe39677a.tar.gz
evol-hercules-0902765036bc3fe663317043435b73aabe39677a.tar.bz2
evol-hercules-0902765036bc3fe663317043435b73aabe39677a.tar.xz
evol-hercules-0902765036bc3fe663317043435b73aabe39677a.zip
add a script command to kick players offline
Author: gumi <git@gumi.ca> Date: Fri Jul 24 15:11:14 2020 -0400 You are currently cherry-picking commit 6d131f8.
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index 5c0544b..f753091 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -102,6 +102,7 @@ BUILDIN(getItemOptionParamByIndex);
BUILDIN(setItemOptionByIndex);
BUILDIN(isInstance);
BUILDIN(readBattleParam);
+BUILDIN(kick);
// TMW2 Build Ins
BUILDIN(getguildinfo);