summaryrefslogtreecommitdiff
path: root/src/emap/init.c
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-25 07:02:40 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-25 07:02:40 -0300
commita52528b62fa6bff578da06fd731dbbdfd422dab0 (patch)
treeb4fd8061a99ada4f16bd8b70cc4507287f6c68c7 /src/emap/init.c
parent1e26226415177653e97e4ef492ed95b8550aa289 (diff)
downloadevol-hercules-a52528b62fa6bff578da06fd731dbbdfd422dab0.tar.gz
evol-hercules-a52528b62fa6bff578da06fd731dbbdfd422dab0.tar.bz2
evol-hercules-a52528b62fa6bff578da06fd731dbbdfd422dab0.tar.xz
evol-hercules-a52528b62fa6bff578da06fd731dbbdfd422dab0.zip
getskillname() - strictly required
Diffstat (limited to 'src/emap/init.c')
-rw-r--r--src/emap/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/init.c b/src/emap/init.c
index bd42f4a..5f662c6 100644
--- a/src/emap/init.c
+++ b/src/emap/init.c
@@ -239,6 +239,7 @@ HPExport void plugin_init (void)
addScriptCommand("calcdmg", "iii", calcdmg);
addScriptCommand("harm", "ii??", harm);
addScriptCommand("resetrng", "", resetrng);
+ addScriptCommand("getskillname", "i", getskillname);
// Overrides
addScriptCommand("debugmes","v*",debugmes);