diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-25 00:35:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-25 00:35:15 -0300 |
commit | 548057e189f0cb222833036836d5cda76e9f69c0 (patch) | |
tree | 10f8284fb50072a2e3dc91a07bb401ecd6ac827f /src/emap/init.c | |
parent | 7e0df96304fc6cc6019a46e89f64fbdb16cf7571 (diff) | |
download | evol-hercules-548057e189f0cb222833036836d5cda76e9f69c0.tar.gz evol-hercules-548057e189f0cb222833036836d5cda76e9f69c0.tar.bz2 evol-hercules-548057e189f0cb222833036836d5cda76e9f69c0.tar.xz evol-hercules-548057e189f0cb222833036836d5cda76e9f69c0.zip |
[TMW2 Patch]
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 1ea0ae9..266e6cf 100644 --- a/src/emap/init.c +++ b/src/emap/init.c @@ -223,6 +223,7 @@ HPExport void plugin_init (void) addScriptCommand("deployhomunculus","",deployhomunculus); addScriptCommand("recallhomunculus","",recallhomunculus); addScriptCommand("homstatus","",homstatus); + addScriptCommand("npcshopattach","s?",npcshopattach); do_init_langs(); |