summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-26 08:46:29 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-26 08:46:29 -0300
commitf348a04be46b9b19b59cc9937f3f7ee7aa55472f (patch)
tree4467cb4a1191d45b66d5afe59d1d5b804769234c /src/emap/init.c
parent1cbda9f3c7dd27674a10f11044b325454c1d8fb4 (diff)
downloadevol-hercules-f348a04be46b9b19b59cc9937f3f7ee7aa55472f.tar.gz
evol-hercules-f348a04be46b9b19b59cc9937f3f7ee7aa55472f.tar.bz2
evol-hercules-f348a04be46b9b19b59cc9937f3f7ee7aa55472f.tar.xz
evol-hercules-f348a04be46b9b19b59cc9937f3f7ee7aa55472f.zip
Add advanced wrappers for Battle Grounds
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index 7355a7a..d92c48d 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -243,6 +243,8 @@ HPExport void plugin_init (void)
addScriptCommand("harm", "ii??", harm);
addScriptCommand("resetrng", "", resetrng);
addScriptCommand("getskillname", "i", getskillname);
+ addScriptCommand("bgnew", "siiss", bgnew);
+ addScriptCommand("bgjoin", "isii?", bgjoin);
// Overrides
addScriptCommand("debugmes","v*",debugmes);