summaryrefslogtreecommitdiff
path: root/src/emap/script_buildins.h
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-13 18:41:29 +0000
committerJesusaves <cpntb1@ymail.com>2020-07-13 18:41:29 +0000
commit48200a8f6fb8f9e683ce7eff9d8852c482c5a8f6 (patch)
tree75d542d0810f1cf336fbb684b428b0ddaec96700 /src/emap/script_buildins.h
parent19d651f235973dc6bbab9489aeda6da39adad86b (diff)
parentb503fd5d03bd2b4aa496cf34dff49265372f64de (diff)
downloadevol-hercules-48200a8f6fb8f9e683ce7eff9d8852c482c5a8f6.tar.gz
evol-hercules-48200a8f6fb8f9e683ce7eff9d8852c482c5a8f6.tar.bz2
evol-hercules-48200a8f6fb8f9e683ce7eff9d8852c482c5a8f6.tar.xz
evol-hercules-48200a8f6fb8f9e683ce7eff9d8852c482c5a8f6.zip
Merge branch 'jesusalva/aggravate' into 'master'
New builtin script command: aggravate + instanceowner See merge request evol/evol-hercules!22
Diffstat (limited to 'src/emap/script_buildins.h')
-rw-r--r--src/emap/script_buildins.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/script_buildins.h b/src/emap/script_buildins.h
index 8895abe..7582828 100644
--- a/src/emap/script_buildins.h
+++ b/src/emap/script_buildins.h
@@ -100,6 +100,8 @@ BUILDIN(getItemOptionParamByIndex);
BUILDIN(setItemOptionByIndex);
BUILDIN(isInstance);
BUILDIN(readBattleParam);
+BUILDIN(InstanceOwner);
+BUILDIN(aggravate);
BUILDIN(getNpcSubtype);
#endif // EVOL_MAP_SCRIPT_BUILDINS