diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-25 07:02:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-25 07:02:40 -0300 |
commit | a52528b62fa6bff578da06fd731dbbdfd422dab0 (patch) | |
tree | b4fd8061a99ada4f16bd8b70cc4507287f6c68c7 /src/emap/init.c | |
parent | 1e26226415177653e97e4ef492ed95b8550aa289 (diff) | |
download | evol-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.c | 1 |
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); |