summaryrefslogtreecommitdiff
path: root/src/map/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/init.c')
-rw-r--r--src/map/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/init.c b/src/map/init.c
index 795a331..dbce79c 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -109,8 +109,8 @@ HPExport void plugin_init (void)
addScriptCommandDeprecated("getlang", "", getLang);
addScriptCommandDeprecated("setlang", "i", setLang);
addScriptCommand("requestlang", "v", requestLang);
- addScriptCommand("getq", "i", dummyInt);
- addScriptCommand("setq", "ii", dummy);
+ addScriptCommand("getq", "i", getq);
+ addScriptCommand("setq", "ii", setq);
addScriptCommand("getnpcdir", "*", dummyInt);
addScriptCommand("setnpcdir", "*", dummy);
addScriptCommand("rif", "is*", dummyStr);