From 8327bb80c9e9117136a7094881838a176bae70a2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Feb 2019 23:55:25 -0300 Subject: Allow users to use @monsterinfo, as an scripted alias for @mobinfo. --- conf/atcommand.conf | 2 +- npc/scripts.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 57356202e..3b67a873b 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -20,7 +20,7 @@ Format is */ aliases: { - mobinfo: ["monsterinfo", "mi"] + mobinfo: ["mi"] iteminfo: ["ii"] time: ["date", "serverdate", "servertime"] tonpc: ["npc"] diff --git a/npc/scripts.conf b/npc/scripts.conf index b6589b239..6bd601436 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -75,6 +75,7 @@ "npc/commands/ipcheck.txt", "npc/commands/kami.txt", "npc/commands/language.txt", +"npc/commands/mobinfo.txt", "npc/commands/motd-debug-text.txt", "npc/commands/motd.txt", "npc/commands/rate-management.txt", -- cgit v1.2.3-70-g09d2